Author: rminnich
Date: 2008-08-24 08:16:03 +0200 (Sun, 24 Aug 2008)
New Revision: 811

Modified:
   coreboot-v3/device/Makefile
   coreboot-v3/northbridge/amd/k8/Makefile
Log:
More sensible way to conditionally include hypertransport.c

Builds both K8 and Geode bioses with no trouble.

Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Acked-by: Ronald G. Minnch <[EMAIL PROTECTED]>


Modified: coreboot-v3/device/Makefile
===================================================================
--- coreboot-v3/device/Makefile 2008-08-24 06:07:21 UTC (rev 810)
+++ coreboot-v3/device/Makefile 2008-08-24 06:16:03 UTC (rev 811)
@@ -28,3 +28,7 @@
                    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

Modified: coreboot-v3/northbridge/amd/k8/Makefile
===================================================================
--- coreboot-v3/northbridge/amd/k8/Makefile     2008-08-24 06:07:21 UTC (rev 
810)
+++ coreboot-v3/northbridge/amd/k8/Makefile     2008-08-24 06:16:03 UTC (rev 
811)
@@ -26,7 +26,6 @@
                                        $(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


--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to