mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
786c497a69
Detect on which board this code is running based on some nvram settings. This is needed to start board specific workarounds and configure the leds and buttons which are on different gpios on every board. This patches add some boards we have seen, but there are many more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5840 Patchwork: https://patchwork.linux-mips.org/patch/5855/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
206 B
Makefile
9 lines
206 B
Makefile
#
|
|
# 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
|
|
obj-$(CONFIG_BCM47XX_SSB) += wgt634u.o
|