7299ecbdb9120a0f7880151709fa657392243ffc
[bcm963xx.git] / bcmdrivers / opensource / char / serial / impl1 / Makefile
1 # File: bcmdrivers/opensource/char/serial
2 #
3 # Makefile for the BCM63xx serial/console driver
4
5 obj-$(CONFIG_BCM_SERIAL) += bcm63xx_cons.o
6
7 EXTRA_CFLAGS += -I$(INC_BRCMDRIVER_PUB_PATH)/$(BRCM_BOARD)
8
9 -include $(TOPDIR)/Rules.make
10
11 clean:
12         rm -f core *.o *.a *.s
13