diff options
Diffstat (limited to 'src/mainboard/winent')
-rw-r--r-- | src/mainboard/winent/pl6064/Makefile.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/winent/pl6064/Makefile.inc b/src/mainboard/winent/pl6064/Makefile.inc deleted file mode 100644 index 7cdf2c93c6..0000000000 --- a/src/mainboard/winent/pl6064/Makefile.inc +++ /dev/null @@ -1,10 +0,0 @@ -driver-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 - - |