summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/i82801gx/Makefile.inc6
-rw-r--r--src/southbridge/intel/i82801xx/Makefile.inc4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/southbridge/intel/i82801gx/Makefile.inc b/src/southbridge/intel/i82801gx/Makefile.inc
index aec3c618ff..4a9491a449 100644
--- a/src/southbridge/intel/i82801gx/Makefile.inc
+++ b/src/southbridge/intel/i82801gx/Makefile.inc
@@ -30,8 +30,8 @@ driver-y += i82801gx_smbus.o
driver-y += i82801gx_usb.o
driver-y += i82801gx_usb_ehci.o
-object-y += i82801gx_reset.o
-object-y += i82801gx_watchdog.o
+obj-y += i82801gx_reset.o
+obj-y += i82801gx_watchdog.o
-object-$(CONFIG_HAVE_SMI_HANDLER) += i82801gx_smi.o
+obj-$(CONFIG_HAVE_SMI_HANDLER) += i82801gx_smi.o
smmobj-$(CONFIG_HAVE_SMI_HANDLER) += i82801gx_smihandler.o
diff --git a/src/southbridge/intel/i82801xx/Makefile.inc b/src/southbridge/intel/i82801xx/Makefile.inc
index f8f2b61219..875141f494 100644
--- a/src/southbridge/intel/i82801xx/Makefile.inc
+++ b/src/southbridge/intel/i82801xx/Makefile.inc
@@ -29,8 +29,8 @@ driver-y += i82801xx_sata.o
driver-y += i82801xx_usb.o
driver-y += i82801xx_usb_ehci.o
-object-y += i82801xx_reset.o
-object-y += i82801xx_watchdog.o
+obj-y += i82801xx_reset.o
+obj-y += i82801xx_watchdog.o
# TODO: What about cmos_failover.c?