blob: 6d8615074075cd3f9983ec0d1755c4cfe6283955 (
plain) (
blame)
1
2
3
4
5
6
7
|
#
# Makefile for the BCM47XX specific kernel interface routines
# under Linux.
#
obj-y += irq.o prom.o serial.o setup.o time.o
obj-y += board.o buttons.o leds.o workarounds.o
|