#
# Makefile for the fxuart driver
#

DRVOPT = -O -Wall -D__devinit= -D__devexit= -D__devexit_p= -D__devinitdata=
EXTRA_CFLAGS += $(DRVOPT)

fxuart-objs       := fx_uart_drv.o fx_uart_hwconfig.o fx_uart_dbg.o
obj-$(CONFIG_FX_UART)             += fxuart.o
