aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a8v-e_se/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/a8v-e_se/Makefile.inc')
-rw-r--r--src/mainboard/asus/a8v-e_se/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/asus/a8v-e_se/Makefile.inc b/src/mainboard/asus/a8v-e_se/Makefile.inc
index 2422d4bfa9..ceff472b03 100644
--- a/src/mainboard/asus/a8v-e_se/Makefile.inc
+++ b/src/mainboard/asus/a8v-e_se/Makefile.inc
@@ -1,13 +1,3 @@
-obj-y += mainboard.o
-
# Needed by irq_tables and mptable and acpi_tables.
-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
-
-# This is part of the conversion to init-obj and away from included code.
-
-initobj-y += crt0.o
-
-