diff options
author | Michael Brown | 2007-07-16 14:41:27 +0200 |
---|---|---|
committer | Michael Brown | 2007-07-16 14:41:27 +0200 |
commit | 37fa9a87065e07ccef0fcc62b67db278a337e4a4 (patch) | |
tree | d30dfe566967a034329236b9deda7e90848fa86c /src/Makefile | |
parent | Move uninitialised .data16 variables to .bss16; saves around 2000 (diff) | |
download | ipxe-37fa9a87065e07ccef0fcc62b67db278a337e4a4.tar.gz ipxe-37fa9a87065e07ccef0fcc62b67db278a337e4a4.tar.xz ipxe-37fa9a87065e07ccef0fcc62b67db278a337e4a4.zip |
Split the objcopy stage out of final image preparation to a separate
bin/%.bin target.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index ca9cd50e..4f50456a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -73,6 +73,7 @@ CPP ?= gcc -E -Wp,-Wall RM ?= rm -f TOUCH ?= touch MKDIR ?= mkdir +CP ?= cp PERL ?= /usr/bin/perl CC ?= $(CROSS_COMPILE)gcc AS ?= $(CROSS_COMPILE)as |