From 561b6c68c1a68ab42944f655431a3ea1b66ea8da Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 24 Oct 2009 03:55:24 +0000 Subject: s/object-y/obj-y/ in two southbridges, since otherwise kbuild will not pick up the files Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4834 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/intel/i82801xx/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge/intel/i82801xx/Makefile.inc') 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? -- cgit v1.2.3