blob: f3bf6d5bfb9d9430023d001e98c7468fa342b1eb (
plain) (
blame)
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-$(CONFIG_BCM47XX_SSB) += wgt634u.o
|