diff options
Diffstat (limited to 'kernel/arch/mips/ath79/Makefile')
-rw-r--r-- | kernel/arch/mips/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/mips/ath79/Makefile b/kernel/arch/mips/ath79/Makefile index 5c9ff692f..fcc382cfc 100644 --- a/kernel/arch/mips/ath79/Makefile +++ b/kernel/arch/mips/ath79/Makefile @@ -8,7 +8,7 @@ # under the terms of the GNU General Public License version 2 as published # by the Free Software Foundation. -obj-y := prom.o setup.o irq.o common.o clock.o gpio.o +obj-y := prom.o setup.o irq.o common.o clock.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_PCI) += pci.o |