blob: d58c51b5e501b81e6a528a107e2082b2a6694795 (
plain)
1
2
3
4
5
6
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
|