diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-16 16:35:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-01-16 16:35:38 +0000 |
commit | 67cd80299057d83790da235c4dc7286298dc6b16 (patch) | |
tree | 500a35f6c3d7290de60bd04618688b89398791c8 /src/mainboard/kontron/986lcd-m/Makefile.inc | |
parent | 42944c3989f27b14a66fa7c75a47c820c8d92119 (diff) | |
download | coreboot-67cd80299057d83790da235c4dc7286298dc6b16.tar.xz |
* drop reset files from 945 mainboards (and use southbridge specific reset)
* drop debug.c files from 945 mainboards (and share it in the northbridge code)
* adapt the mainboard and auto.c files for above changes.
Rather trivial
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5016 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron/986lcd-m/Makefile.inc')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/kontron/986lcd-m/Makefile.inc b/src/mainboard/kontron/986lcd-m/Makefile.inc index d0c2883a6e..a9402a32de 100644 --- a/src/mainboard/kontron/986lcd-m/Makefile.inc +++ b/src/mainboard/kontron/986lcd-m/Makefile.inc @@ -26,13 +26,11 @@ driver-y += mainboard.o driver-y += rtl8168.o -#obj-y += ../../../southbridge/intel/i82801gx/i82801gx_reset.c obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += dsdt.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o obj-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.o -obj-$(CONFIG_HAVE_HARD_RESET) += reset.o smmobj-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.o |