You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
287 B
Makefile

all:
false
DEPSDIR := .d
$(shell mkdir -p $(DEPSDIR))
x230.G2HT35WW.img: ../x230.G2HT35WW.img
cp $< $@
-include $(DEPSDIR)/ec.img.deps
$(DEPSDIR)/ec.img.deps: Makefile
nasm -MT ec.img -M ec.asm >$@
%.img: %.asm
nasm -f bin -o $@ $<
diff: ec.img x230.G2HT35WW.img
vbindiff $^