convert brcm-2.4 to the new target structure
[openwrt/staging/yousong.git] / target / linux / brcm-2.4 / files / arch / mips / bcm947xx / generic / Makefile
1 #
2 # Makefile for the BCM947xx specific kernel interface routines
3 # under Linux.
4 #
5 EXTRA_CFLAGS += -fno-delayed-branch
6 USE_STANDARD_AS_RULE := true
7
8 O_TARGET := brcm.o
9
10 obj-y := int-handler.o irq.o
11
12 include $(TOPDIR)/Rules.make