| 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 |
| 13 | |