mm: mm_event: add compaction stat
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / drivers / Makefile
old mode 100644 (file)
new mode 100755 (executable)
index d90fdc4..0384884
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # Makefile for the Linux kernel device drivers.
 #
@@ -69,6 +70,12 @@ obj-$(CONFIG_CONNECTOR)              += connector/
 obj-$(CONFIG_FB_I810)           += video/fbdev/i810/
 obj-$(CONFIG_FB_INTEL)          += video/fbdev/intelfb/
 
+ifdef CONFIG_MUIC_S2MU004
+obj-$(CONFIG_USE_MUIC)         += muic_mu004/
+else
+obj-$(CONFIG_USE_MUIC)         += muic/
+endif
+obj-$(CONFIG_IFCONN_MANAGER)    += ifconn/
 obj-$(CONFIG_PARPORT)          += parport/
 obj-$(CONFIG_NVM)              += lightnvm/
 obj-y                          += base/ block/ misc/ mfd/ nfc/
@@ -104,6 +111,7 @@ obj-$(CONFIG_TC)            += tc/
 obj-$(CONFIG_UWB)              += uwb/
 obj-$(CONFIG_USB_PHY)          += usb/
 obj-$(CONFIG_USB)              += usb/
+obj-$(CONFIG_USB_SUPPORT)      += usb/
 obj-$(CONFIG_PCI)              += usb/
 obj-$(CONFIG_USB_GADGET)       += usb/
 obj-$(CONFIG_OF)               += usb/
@@ -181,3 +189,14 @@ obj-$(CONFIG_FPGA)         += fpga/
 obj-$(CONFIG_FSI)              += fsi/
 obj-$(CONFIG_TEE)              += tee/
 obj-$(CONFIG_MULTIPLEXER)      += mux/
+
+obj-$(CONFIG_EXYNOS_BTS)       += bts/
+
+obj-$(CONFIG_TRUSTONIC_TEE)     += gud/
+
+obj-$(CONFIG_USBPD_CORE)               += ccic/
+
+obj-$(CONFIG_VISION_SUPPORT)    += vision/
+
+obj-$(CONFIG_USE_CCIC)         += ccic/
+obj-$(CONFIG_SENSORS_CLASS)     += sensors/
\ No newline at end of file