blob: 7e03a34980a09552140c28b0fa88c175c019e9b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Makefile for the BCM947xx specific kernel interface routines
# under Linux.
#
EXTRA_CFLAGS += -fno-delayed-branch
USE_STANDARD_AS_RULE := true
O_TARGET := brcm.o
obj-y := int-handler.o irq.o
include $(TOPDIR)/Rules.make
|