diff options
| author | Michael Brown | 2005-04-18 16:40:57 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-18 16:40:57 +0200 |
| commit | 641596e6bafec19dc00f67c9ff3aa7615cfd63af (patch) | |
| tree | 661e9e3a515d91de1ec707605d37de6c30284bb9 | |
| parent | Fix endianness of dhcp device id structure. (diff) | |
| download | ipxe-641596e6bafec19dc00f67c9ff3aa7615cfd63af.tar.gz ipxe-641596e6bafec19dc00f67c9ff3aa7615cfd63af.tar.xz ipxe-641596e6bafec19dc00f67c9ff3aa7615cfd63af.zip | |
blib definition moved to Makefile.housekeeping.
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index ede590f52..47e2f2cdd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) |
