AGESA f12 f14 vendorcode: Clean up extra CFLAGS
Extra variable is no longer required here. Change-Id: I2a6839ee0349e3019de3b2a91f9e7bb1c435603d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31512 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
c6918f99d7
commit
ec85e2f55d
|
@ -43,12 +43,8 @@ BUILDOPTS_INCLUDES = -I$(AGESA_ROOT)/Config $(AGESA_INC) $(AGESA_AUTOINCLUDES)
|
|||
CFLAGS_x86_32 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing
|
||||
CFLAGS_x86_64 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing
|
||||
|
||||
# These are invalid, coreboot proper should not require
|
||||
# use of AGESA internal header files.
|
||||
CPPFLAGS_x86_ANY =
|
||||
|
||||
CPPFLAGS_x86_32 += $(AGESA_INC) $(CPPFLAGS_x86_ANY)
|
||||
CPPFLAGS_x86_64 += $(AGESA_INC) $(CPPFLAGS_x86_ANY)
|
||||
CPPFLAGS_x86_32 += $(AGESA_INC)
|
||||
CPPFLAGS_x86_64 += $(AGESA_INC)
|
||||
|
||||
#######################################################################
|
||||
|
||||
|
|
|
@ -43,12 +43,8 @@ BUILDOPTS_INCLUDES = -I$(AGESA_ROOT)/Config $(AGESA_INC) $(AGESA_AUTOINCLUDES)
|
|||
CFLAGS_x86_32 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing
|
||||
CFLAGS_x86_64 += -march=k8-sse3 -mtune=k8-sse3 -fno-zero-initialized-in-bss -fno-strict-aliasing
|
||||
|
||||
# These are invalid, coreboot proper should not require
|
||||
# use of AGESA internal header files.
|
||||
CPPFLAGS_x86_ANY =
|
||||
|
||||
CPPFLAGS_x86_32 += $(AGESA_INC) $(CPPFLAGS_x86_ANY)
|
||||
CPPFLAGS_x86_64 += $(AGESA_INC) $(CPPFLAGS_x86_ANY)
|
||||
CPPFLAGS_x86_32 += $(AGESA_INC)
|
||||
CPPFLAGS_x86_64 += $(AGESA_INC)
|
||||
|
||||
#######################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue