diff options
Diffstat (limited to 'arch/mips/bcm63xx/Makefile')
-rw-r--r-- | arch/mips/bcm63xx/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/bcm63xx/Makefile b/arch/mips/bcm63xx/Makefile new file mode 100644 index 000000000..d89651e53 --- /dev/null +++ b/arch/mips/bcm63xx/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
2 | obj-y += clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \ | ||
3 | setup.o timer.o dev-enet.o dev-flash.o dev-pcmcia.o \ | ||
4 | dev-rng.o dev-spi.o dev-hsspi.o dev-uart.o dev-wdt.o \ | ||
5 | dev-usb-usbd.o | ||
6 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | ||
7 | |||
8 | obj-y += boards/ | ||