|
@@ -14,6 +14,10 @@ NON_AUTO_MEDIA :=
|
14
|
14
|
MAKEDEPS += Config
|
15
|
15
|
include Config
|
16
|
16
|
|
|
17
|
+# Location to place generated files
|
|
18
|
+#
|
|
19
|
+BIN := bin
|
|
20
|
+
|
17
|
21
|
# If no architecture is specified in Config or on the command-line,
|
18
|
22
|
# use that of the build machine.
|
19
|
23
|
#
|
|
@@ -35,7 +39,7 @@ include arch/$(ARCH)/Config
|
35
|
39
|
# If invoked with no build target, print out a helpfully suggestive
|
36
|
40
|
# message.
|
37
|
41
|
#
|
38
|
|
-noargs : blib
|
|
42
|
+noargs : blib $(BIN)/NIC
|
39
|
43
|
@echo '===================================================='
|
40
|
44
|
@echo
|
41
|
45
|
@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!! ***'
|
|
@@ -93,10 +97,6 @@ NRV2B ?= ./util/nrv2b
|
93
|
97
|
ZBIN ?= ./util/zbin
|
94
|
98
|
DOXYGEN ?= doxygen
|
95
|
99
|
|
96
|
|
-# Location to place generated files
|
97
|
|
-#
|
98
|
|
-BIN ?= bin
|
99
|
|
-
|
100
|
100
|
# Common flags
|
101
|
101
|
#
|
102
|
102
|
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
|