summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-24 03:55:24 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-24 03:55:24 +0000
commit561b6c68c1a68ab42944f655431a3ea1b66ea8da (patch)
tree9d6cd75f8a6ba080f50eb9f9323cc3f80bcea3f6 /src/southbridge/intel/i82801gx/Makefile.inc
parent60fc92a42ed2ab72e6e7d11ce2b0f698064b0166 (diff)
downloadcoreboot-561b6c68c1a68ab42944f655431a3ea1b66ea8da.tar.xz
s/object-y/obj-y/ in two southbridges, since otherwise kbuild will not pick up the files
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4834 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82801gx/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801gx/Makefile.inc6
1 files changed, 3 insertions, 3 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