summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-27 23:14:54 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-27 23:14:54 +0000
commit7782319c21b0011aac316a7da945dd0e6efa5933 (patch)
treecd4103ba9c623543eb25e79f18233d7f8c80d41b /Makefile
parent312673ca729f2b3557a572a03ff6915460329286 (diff)
downloadcoreboot-7782319c21b0011aac316a7da945dd0e6efa5933.tar.gz
coreboot-7782319c21b0011aac316a7da945dd0e6efa5933.tar.bz2
coreboot-7782319c21b0011aac316a7da945dd0e6efa5933.zip
Prefix all build output file names of files which end up in the build
directory with "build/" for consistency (trivial, sort of). Also, drop printing of "config.g" input file, we usually only print generated/output files in the build output. Finally, rename non-existing COMPRESSFLAG variable to CBFS_PAYLOAD_COMPRESS_FLAG in a printf line. The build output now says PAYLOAD payload.elf l for payloads (the "l" specifies LZMA compression). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4875 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1132fb3aa7dc..f304fb68094b 100644
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,7 @@ $(obj)/ldoptions: $(obj)/config.h
awk '/^#define ([^"])* ([^"])*$$/ {print $$2 " = " $$3 ";";}' $< > $@
$(obj)/romcc: $(top)/util/romcc/romcc.c
- @printf " HOSTCC romcc (this may take a while)\n"
+ @printf " HOSTCC build/romcc (this may take a while)\n"
$(HOSTCC) -g -O2 -Wall -o $@ $<
.PHONY: $(PHONY) prepare prepare2 clean distclean doxygen doxy coreboot