the tool chain settings should not be in renamed (as they will never live in
Kconfig) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4384 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
36f230eefb
commit
9dd27bc03a
@@ -16,7 +16,7 @@ if CONFIG_K8_REV_F_SUPPORT
|
||||
makerule raminit_test
|
||||
depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
||||
depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
|
||||
action "$(CONFIG_HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
end
|
||||
|
||||
else
|
||||
@@ -24,7 +24,7 @@ else
|
||||
makerule raminit_test
|
||||
depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
||||
depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
|
||||
action "$(CONFIG_HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
end
|
||||
|
||||
end
|
||||
|
@@ -12,5 +12,5 @@ default CONFIG_HAVE_HIGH_TABLES=1
|
||||
makerule raminit_test
|
||||
depends "$(TOP)/src/northbridge/intel/e7520/raminit_test.c"
|
||||
depends "$(TOP)/src/northbridge/intel/e7520/raminit.c"
|
||||
action "$(CONFIG_HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
end
|
||||
|
@@ -12,5 +12,5 @@ default CONFIG_HAVE_HIGH_TABLES=1
|
||||
makerule raminit_test
|
||||
depends "$(TOP)/src/northbridge/intel/e7525/raminit_test.c"
|
||||
depends "$(TOP)/src/northbridge/intel/e7525/raminit.c"
|
||||
action "$(CONFIG_HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
||||
end
|
||||
|
Reference in New Issue
Block a user