diff options
Diffstat (limited to 'src/southbridge/intel/i82801xx/Makefile.inc')
-rw-r--r-- | src/southbridge/intel/i82801xx/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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? |