More sensible way to conditionally include hypertransport.c
Builds both K8 and Geode bioses with no trouble. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnch <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@811 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
c499c2c6bb
commit
081602b211
2 changed files with 5 additions and 2 deletions
|
|
@ -28,3 +28,7 @@ STAGE2_DEVICE_SRC = device.c device_util.c root_device.c \
|
|||
pci_device.c pci_ops.c pci_rom.c pnp_device.c pnp_raw.c \
|
||||
smbus_ops.c
|
||||
|
||||
# this is only needed on the K8
|
||||
ifeq ($(CONFIG_NORTHBRIDGE_AMD_K8),y)
|
||||
STAGE2_DEVICE_SRC += hypertransport.c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ STAGE2_CHIPSET_SRC += $(src)/northbridge/amd/k8/get_sblk_pci1234.c \
|
|||
$(src)/northbridge/amd/k8/common.c \
|
||||
$(src)/northbridge/amd/k8/cpu.c \
|
||||
$(src)/northbridge/amd/k8/domain.c \
|
||||
$(src)/northbridge/amd/k8/pci.c \
|
||||
$(src)/device/hypertransport.c
|
||||
$(src)/northbridge/amd/k8/pci.c
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue