Converted makeadf to be consistent with imagecon

This commit is contained in:
alpine9000
2016-03-01 15:29:46 +11:00
parent 661183a7f9
commit aa497292fb
6 changed files with 5 additions and 97 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
MAKEADFDIR=../tools/makeadf/
MAKEADF=$(MAKEADFDIR)/bin/makeadf
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow
HOST_CFLAGS=-g $(HOST_WARNINGS)
IMAGECONDIR=../tools/imagecon
@@ -26,8 +28,8 @@ out:
$(IMAGECON):
make -C $(IMAGECONDIR)
$(MAKEADF): ../tools/makeadf.c
gcc ../tools/makeadf.c -o $(MAKEADF)
$(MAKEADF):
make -C $(MAKEADFDIR)
$(FLOPPY): out/bootblock.bin
$(MAKEADF) out/bootblock.bin > $(FLOPPY)