#
# Makefile for the kernel fxmodule.
#

obj-$(CONFIG_FX_REG_CPLD)			+= cpld/
obj-$(CONFIG_FX_OS_DDI)		 		+= osddi/
#obj-$(CONFIG_FX_FWCMD_CLIENT)			+= fwcmd/
obj-$(CONFIG_FX_REG_ESC)			+= esc/
obj-$(CONFIG_FX_REG_GIO)			+= gio/
obj-$(CONFIG_FX_FWCMD_CLIENT)			+= fwcmd/
obj-$(CONFIG_CONTIGMEM)				+= contigmem/
obj-$(CONFIG_FX_SCOPE)				+= scope/
obj-$(CONFIG_FX_BOARD_ID)			+= board_id/
obj-$(CONFIG_FX_UFAXD)				+= ufaxd/
obj-$(CONFIG_OVERLAY)				+= overlay/
obj-$(CONFIG_FX_UART)				+= fxuart/
obj-$(CONFIG_FX_NVRAM)				+= nvram/
obj-$(CONFIG_FX_FB)				+= fxfb/
obj-$(CONFIG_FX_POWER)				+= fxpower/
obj-$(CONFIG_FX_EVDEV)				+= fxevdev/
