summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-08-01 12:20:26 +0000
committerStefan Reinauer <stepan@openbios.org>2008-08-01 12:20:26 +0000
commit1409136281288cfecf47091b9126d05dfbcd1e02 (patch)
treef3c9a4814bec76e6f4c466f5080f6062b2983f50 /src/config
parent48b85fc6a941f662ca62c954fbb8c32e9e8c117b (diff)
downloadcoreboot-1409136281288cfecf47091b9126d05dfbcd1e02.tar.xz
clean out obsoleted config.lb rules and output, fix indenting (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Config.lb20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb
index 4427812923..fa2f820762 100644
--- a/src/config/Config.lb
+++ b/src/config/Config.lb
@@ -84,7 +84,7 @@ if CONFIG_AP_CODE_IN_CAR
makerule coreboot_apc.o
depends "coreboot_apc.a c_start.o $(LIBGCC_FILE_NAME)"
- action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ c_start.o coreboot_apc.a $(LIBGCC_FILE_NAME)"
+ action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ c_start.o coreboot_apc.a $(LIBGCC_FILE_NAME)"
end
makerule coreboot_apc
@@ -126,11 +126,6 @@ makerule coreboot
action "$(CROSS_COMPILE)nm -n coreboot | sort > coreboot.map"
end
-#makerule crt0.S
-# depends "$(CRT0)"
-# action "cp $< $@"
-#end
-
# the buildrom tool
makerule buildrom
depends "$(TOP)/util/buildrom/buildrom.c"
@@ -141,13 +136,11 @@ end
makedefine .PHONY : crt0.s
makerule crt0.s
depends "crt0.S $(CRT0_INCLUDES)"
- action "@echo \"$(CPP) ... $< > $@ \""
action "$(CPP) $(CPPFLAGS) -I. -I$(TOP)/src $< > $@.new && mv $@.new $@"
end
makerule crt0.o
depends "crt0.s"
- action "@echo $(CC) ... -o $@ $<"
action "@$(CC) -c $(CPU_OPT) -o $@ $<"
end
@@ -179,11 +172,6 @@ makerule build_opt_tbl
action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) $< -o $@"
end
-#makerule /$(TARGET_DIR)/option_table.c
-# depends "build_opt_tbl $(MAINBOARD)/cmos.layout"
-# action "./build_opt_tbl -b --config $(MAINBOARD)/cmos.layout"
-#end
-
makerule option_table.c
depends "build_opt_tbl $(MAINBOARD)/cmos.layout"
action "./build_opt_tbl -b --config $(MAINBOARD)/cmos.layout --header option_table.h"
@@ -196,12 +184,6 @@ end
if HAVE_OPTION_TABLE
object ./option_table.o
-#special rule
-#makerule option_table.o
-# depends "option_table.c"
-# action "$(CC) -c $(CFLAGS) -o $@ $<"
-#end
-# object option_table.o
end
makerule clean