#
# 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-$(CONFIG_CRYPTO_HASH2)	+= kylin_check/
obj-$(CONFIG_QAXKWS)		+= qaxkws/
obj-$(CONFIG_HSDIMM_LITE)	+= hsdimm-lite/
obj-y	+= gmjstcm/
obj-$(CONFIG_NGBE)		+= ngbe/
obj-$(CONFIG_TXGBE)             += txgbe/
obj-$(CONFIG_TXGBEVF)		+= txgbevf/
obj-$(CONFIG_ZXGB)		+= zxgb/
obj-$(CONFIG_GPU_JJW_MWV206)	+= gpu/jjw/mwv206/
obj-$(CONFIG_GPU_709_CSMCORE)	+= gpu/709/csmcore/
obj-$(CONFIG_GPU_SIETIUM_GENBU01)	+= gpu/sietium/genbu01/
obj-$(CONFIG_HTTC_SECURITY)	+= httc/
obj-$(CONFIG_NGBEVF)		+= ngbevf/
obj-$(CONFIG_NCE)		+= netforward/
obj-$(CONFIG_HINIC3)	+= hinic3/
