#
# Makefile for the Linux kernel kylinos supplied third-party device drivers.
#

#
# NOTE: to allow drivers to be added and removed without causing merge
# collisions you should add new entries in the middle of the six lines
# of ## at the bottom of the list.  Always add three lines of ## above
# your new entry and maintain the six lines below.
#
#

obj-y	+= kylin_check/
# gmjs tcm module #
obj-$(CONFIG_GMJS_TCM)	+= gmjstcm/
obj-$(CONFIG_NET)	+= ethernet/
obj-$(CONFIG_KYLIN_PACKET_FILTER)	+= kylin_packet_filter/
obj-$(CONFIG_SXE_DRIVER)	+= ld/sxe/
obj-$(CONFIG_DIOX96) += char/diox96/
obj-$(CONFIG_CPCI_8554) += char/cpci_8554/
obj-$(CONFIG_CPCI_3544)	+= cpci_3544/
obj-$(CONFIG_VIRTUAL_TTY)	+= vtty/
obj-$(CONFIG_BUF2DMA)		+= buf_dma/
obj-$(CONFIG_VIRTUAL_TOUCHSCREEN)	+= virtual_touchscreen/
obj-$(CONFIG_VIRTUAL_INPUT)	+= kv_input/
obj-$(CONFIG_TOUCHSCREEN_EGALAX_I2C)   += i2c/
obj-$(CONFIG_SCM80211)          += scm80211/
obj-$(CONFIG_KYLIN_EXTRA_BUTTON) += extra_button/
