diff options
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/lippert/roadrunner-lx/Makefile.inc | 10 | ||||
-rw-r--r-- | src/mainboard/lippert/spacerunner-lx/Makefile.inc | 10 |
3 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/lippert/frontrunner/Makefile.inc b/src/mainboard/lippert/frontrunner/Makefile.inc index 377edf51f5..1286e6347c 100644 --- a/src/mainboard/lippert/frontrunner/Makefile.inc +++ b/src/mainboard/lippert/frontrunner/Makefile.inc @@ -1,2 +1 @@ ROMCCFLAGS=-mcpu=i386 -O -include $(src)/mainboard/Makefile.romccboard.inc 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 - - diff --git a/src/mainboard/lippert/spacerunner-lx/Makefile.inc b/src/mainboard/lippert/spacerunner-lx/Makefile.inc deleted file mode 100644 index 3e54d3be91..0000000000 --- a/src/mainboard/lippert/spacerunner-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 - - |