diff options
Diffstat (limited to 'arch/mips/bcm47xx/Makefile')
-rw-r--r-- | arch/mips/bcm47xx/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Makefile b/arch/mips/bcm47xx/Makefile new file mode 100644 index 000000000..d58c51b5e --- /dev/null +++ b/arch/mips/bcm47xx/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the BCM47XX specific kernel interface routines +# under Linux. +# + +obj-y += irq.o nvram.o prom.o serial.o setup.o time.o sprom.o +obj-y += board.o buttons.o leds.o workarounds.o |