aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8dmr/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/h8dmr/Makefile.inc')
-rw-r--r--src/mainboard/supermicro/h8dmr/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/supermicro/h8dmr/Makefile.inc b/src/mainboard/supermicro/h8dmr/Makefile.inc
index 9b21a30295..5b1a13c211 100644
--- a/src/mainboard/supermicro/h8dmr/Makefile.inc
+++ b/src/mainboard/supermicro/h8dmr/Makefile.inc
@@ -17,15 +17,5 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
-obj-y += mainboard.o
-
# Needed by irq_tables and mptable and acpi_tables.
obj-y += get_bus_conf.o
-obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
-obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
-
-# This is part of the conversion to init-obj and away from included code.
-
-initobj-y += crt0.o
-
-