aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-16 13:41:27 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-16 13:41:27 +0100
commit37fa9a87065e07ccef0fcc62b67db278a337e4a4 (patch)
treed30dfe566967a034329236b9deda7e90848fa86c /src/Makefile
parent6d2e4e719c346aa519d63099475c0a81b70f758c (diff)
downloadipxe-37fa9a87065e07ccef0fcc62b67db278a337e4a4.tar.gz
Split the objcopy stage out of final image preparation to a separate
bin/%.bin target.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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