Even though it is only currently used for rom-o-matic.net code,
it is good to make sure it gets built, and that the parsing code
is working.
MAKEDEPS += Config
include Config
+# Location to place generated files
+#
+BIN := bin
+
# If no architecture is specified in Config or on the command-line,
# use that of the build machine.
#
# If invoked with no build target, print out a helpfully suggestive
# message.
#
-noargs : blib
+noargs : blib $(BIN)/NIC
@echo '===================================================='
@echo
@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!! ***'
ZBIN ?= ./util/zbin
DOXYGEN ?= doxygen
-# Location to place generated files
-#
-BIN ?= bin
-
# Common flags
#
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)