aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/roadrunner-lx/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/roadrunner-lx/Makefile.inc')
-rw-r--r--src/mainboard/lippert/roadrunner-lx/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/Makefile.inc b/src/mainboard/lippert/roadrunner-lx/Makefile.inc
deleted file mode 100644
index 3e54d3be91..0000000000
--- a/src/mainboard/lippert/roadrunner-lx/Makefile.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-obj-y += mainboard.o
-
-# Needed by irq_tables and mptable and acpi_tables.
-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
-
-