#
# 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_RTL8188GU)         += rtl8188gu/
obj-$(CONFIG_RTL8821CE)         += rtl8821ce/
obj-$(CONFIG_RTL8812AU)         += rtl8812au/
obj-$(CONFIG_RTL8822BU)         += rtl8822bu/
obj-$(CONFIG_RTL8821CU)         += rtl8821cu/
obj-$(CONFIG_RTL8822CE)         += rtl88x2CE/
obj-$(CONFIG_RTL8822CS)         += rtl88x2CS/
obj-$(CONFIG_RTL8192FU)         += rtl8192fu/
obj-$(CONFIG_RTL8852BE)         += rtl8852be/
obj-$(CONFIG_RTL8852AE)         += rtl8852ae/
obj-$(CONFIG_GPU_JJW_MWV207)    += gpu/jjw/mwv207/
obj-$(CONFIG_BTUART_RTL)        += bluetooth/
obj-$(CONFIG_RTL8822ES)         += rtl88x2ES/
obj-$(CONFIG_LTR311)        += ltr311/
obj-y        					+= sdio_detect/
