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
This commit is contained in:
parent
60fc92a42e
commit
561b6c68c1
|
@ -30,8 +30,8 @@ driver-y += i82801gx_smbus.o
|
||||||
driver-y += i82801gx_usb.o
|
driver-y += i82801gx_usb.o
|
||||||
driver-y += i82801gx_usb_ehci.o
|
driver-y += i82801gx_usb_ehci.o
|
||||||
|
|
||||||
object-y += i82801gx_reset.o
|
obj-y += i82801gx_reset.o
|
||||||
object-y += i82801gx_watchdog.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
|
smmobj-$(CONFIG_HAVE_SMI_HANDLER) += i82801gx_smihandler.o
|
||||||
|
|
|
@ -29,8 +29,8 @@ driver-y += i82801xx_sata.o
|
||||||
driver-y += i82801xx_usb.o
|
driver-y += i82801xx_usb.o
|
||||||
driver-y += i82801xx_usb_ehci.o
|
driver-y += i82801xx_usb_ehci.o
|
||||||
|
|
||||||
object-y += i82801xx_reset.o
|
obj-y += i82801xx_reset.o
|
||||||
object-y += i82801xx_watchdog.o
|
obj-y += i82801xx_watchdog.o
|
||||||
|
|
||||||
# TODO: What about cmos_failover.c?
|
# TODO: What about cmos_failover.c?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue