diff options
Diffstat (limited to 'src/southbridge/intel/i82801ix/Makefile.inc')
-rw-r--r-- | src/southbridge/intel/i82801ix/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/southbridge/intel/i82801ix/Makefile.inc b/src/southbridge/intel/i82801ix/Makefile.inc index 86b96baa1b..9176ff1088 100644 --- a/src/southbridge/intel/i82801ix/Makefile.inc +++ b/src/southbridge/intel/i82801ix/Makefile.inc @@ -27,7 +27,6 @@ ramstage-y += sata.c ramstage-y += hdaudio.c ramstage-y += thermal.c -ramstage-y += ../i82801gx/usb_debug.c ramstage-y += ../i82801gx/reset.c ramstage-y += ../i82801gx/watchdog.c @@ -37,6 +36,3 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c romstage-y += early_init.c romstage-y += early_smbus.c romstage-y += dmi_setup.c -romstage-$(CONFIG_USBDEBUG) += ../i82801gx/usb_debug.c -smm-$(CONFIG_USBDEBUG) += ../i82801gx/usb_debug.c - |