]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
blib definition moved to Makefile.housekeeping.
authorMichael Brown <mcb30@etherboot.org>
Mon, 18 Apr 2005 14:40:57 +0000 (14:40 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 18 Apr 2005 14:40:57 +0000 (14:40 +0000)
src/Makefile

index ede590f52f99021b1192867505aad9c4f563366e..47e2f2cdd2046ac3ad725bde57933244fed4f4af 100644 (file)
@@ -80,9 +80,6 @@ NRV2B         ?= ./util/nrv2b
 #
 BIN            ?= bin
 
-# Library containing all compiled objects
-BLIB   = $(BIN)/blib.a
-
 # Common flags
 #
 CFLAGS         += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)