Makefile (d4730ace0c7dbb64513e35b6fc5fd7e7f381e490) | Makefile (400e64df6b237eb36b127efd72000a2794f9eec1) |
---|---|
1# 2# Makefile for the Linux kernel device drivers. 3# 4# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8# GPIO must come after pinctrl as gpios may need to mux pins etc --- 112 unchanged lines hidden (view full) --- 121obj-y += platform/ 122obj-y += ieee802154/ 123#common clk code 124obj-y += clk/ 125 126obj-$(CONFIG_HWSPINLOCK) += hwspinlock/ 127obj-$(CONFIG_NFC) += nfc/ 128obj-$(CONFIG_IOMMU_SUPPORT) += iommu/ | 1# 2# Makefile for the Linux kernel device drivers. 3# 4# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8# GPIO must come after pinctrl as gpios may need to mux pins etc --- 112 unchanged lines hidden (view full) --- 121obj-y += platform/ 122obj-y += ieee802154/ 123#common clk code 124obj-y += clk/ 125 126obj-$(CONFIG_HWSPINLOCK) += hwspinlock/ 127obj-$(CONFIG_NFC) += nfc/ 128obj-$(CONFIG_IOMMU_SUPPORT) += iommu/ |
129obj-$(CONFIG_REMOTEPROC) += remoteproc/ |
|
129 130# Virtualization drivers 131obj-$(CONFIG_VIRT_DRIVERS) += virt/ 132obj-$(CONFIG_HYPERV) += hv/ 133 134obj-$(CONFIG_PM_DEVFREQ) += devfreq/ | 130 131# Virtualization drivers 132obj-$(CONFIG_VIRT_DRIVERS) += virt/ 133obj-$(CONFIG_HYPERV) += hv/ 134 135obj-$(CONFIG_PM_DEVFREQ) += devfreq/ |