mm: mm_event: add compaction stat
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / drivers / Makefile
old mode 100644 (file)
new mode 100755 (executable)
index 5f5ccdb..0384884
@@ -70,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/
@@ -183,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