summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-07-24 13:37:09 +0200
committerMichael Brown2007-07-24 13:37:09 +0200
commit90b5315db0071811a562d3e12df217d94f855485 (patch)
treeeadf68f508bf80f51fc7028988e256663409b82a /src/Makefile
parentMinor debug improvement (diff)
parentChange #warning to FIXME for ns8390.c (diff)
downloadipxe-90b5315db0071811a562d3e12df217d94f855485.tar.gz
ipxe-90b5315db0071811a562d3e12df217d94f855485.tar.xz
ipxe-90b5315db0071811a562d3e12df217d94f855485.zip
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index 1807465a5..3ed947f3f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,6 +14,10 @@ NON_AUTO_MEDIA :=
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.
#
@@ -35,7 +39,7 @@ include arch/$(ARCH)/Config
# 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 !!! ***'
@@ -93,10 +97,6 @@ NRV2B ?= ./util/nrv2b
ZBIN ?= ./util/zbin
DOXYGEN ?= doxygen
-# Location to place generated files
-#
-BIN ?= bin
-
# Common flags
#
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)