[coreboot] [v2] r4072 - in trunk/coreboot-v2/util/romtool: . tools
svn at coreboot.org
svn at coreboot.org
Sun Apr 5 00:55:49 CEST 2009
Author: stepan
Date: 2009-04-05 00:55:49 +0200 (Sun, 05 Apr 2009)
New Revision: 4072
Modified:
trunk/coreboot-v2/util/romtool/Makefile
trunk/coreboot-v2/util/romtool/tools/Makefile
Log:
Makefile includes were mixed up.
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>
Modified: trunk/coreboot-v2/util/romtool/Makefile
===================================================================
--- trunk/coreboot-v2/util/romtool/Makefile 2009-04-04 22:27:10 UTC (rev 4071)
+++ trunk/coreboot-v2/util/romtool/Makefile 2009-04-04 22:55:49 UTC (rev 4072)
@@ -21,7 +21,7 @@
tobj = $(obj)/tools
tsrc = $(shell pwd)/tools
-include tools/Makefile
+include $(tsrc)/Makefile
$(obj)/%.o: %.c $(INC)
$(CC) $(CFLAGS) -c -o $@ $<
Modified: trunk/coreboot-v2/util/romtool/tools/Makefile
===================================================================
--- trunk/coreboot-v2/util/romtool/tools/Makefile 2009-04-04 22:27:10 UTC (rev 4071)
+++ trunk/coreboot-v2/util/romtool/tools/Makefile 2009-04-04 22:55:49 UTC (rev 4072)
@@ -5,7 +5,7 @@
tools: $(tobj)/rom-mkstage $(tobj)/rom-mkpayload
-include $(tobj)/lzma/Makefile
+include $(tsrc)/lzma/Makefile
COMMON = common.o compress.o $(LZMA_OBJ)
More information about the coreboot
mailing list