#
# 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_NGBE)		+= ngbe/
obj-$(CONFIG_TXGBE)             += txgbe/
obj-$(CONFIG_TXGBEVF)		+= txgbevf/
obj-$(CONFIG_GPU_JJW_MWV206)	+= gpu/jjw/mwv206/
obj-$(CONFIG_HTTC_SECURITY)	+= httc/
obj-$(CONFIG_NGBEVF)		+= ngbevf/
obj-$(CONFIG_NET_VENDOR_MUCSE)	+= mucse/
obj-$(CONFIG_NET_VENDOR_NEBULA_MATRIX)	+= nebula-matrix/
obj-$(CONFIG_CRYPTO_DEV_QAT_INTEL)	+= qat/
obj-$(CONFIG_GPU_JJW_MWV207)   += gpu/jjw/mwv207/
