david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add NIC to targets that are always made.

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.
This commit is contained in:
Marty Connor 2007-07-22 20:41:53 -04:00
parent 2cfe0dee1f
commit 63c9131eeb
1 changed files with 5 additions and 5 deletions

View File

@ -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)