blob: c7438a410a0993e9f7ddfbd7b1357cb6c115115b (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0-only
#
# 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
|