diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-30 17:07:13 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-30 17:07:13 +0000 |
commit | 776fce944946cfb04e922c098dba604d83ee5bb5 (patch) | |
tree | b799dbd7c724c3277ab066c5e05a8b7a025ec4b1 /util | |
parent | b5391cc4b9e22ed1289556a079a5bd56fabf0c51 (diff) |
now builds with *0* tweaks.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@927 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/newconfig/config.g | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/newconfig/config.g b/util/newconfig/config.g index b0451d7112..6d530bcd5a 100644 --- a/util/newconfig/config.g +++ b/util/newconfig/config.g @@ -827,9 +827,6 @@ CPUFLAGS := $(foreach _var_,$(VARIABLES),$(call D_item,$(_var_))) else: file.write("CRT0_INCLUDES += $(TOP)/src/%s\n" % i) - #for source in sources: - #file.write("SOURCES += %s\n" % source) - # Print out the user defines. file.write("\n# userdefines:\n") #for udef in userdefines: |