Makefile (0a9d59a2461477bd9ed143c01af9df3f8f00fa81) Makefile (bd9a4c7df256cee4e9f6a4b56baa3b89d63f0f1e)
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
8obj-y += gpio/

--- 103 unchanged lines hidden (view full) ---

112obj-$(CONFIG_SSB) += ssb/
113obj-$(CONFIG_VHOST_NET) += vhost/
114obj-$(CONFIG_VLYNQ) += vlynq/
115obj-$(CONFIG_STAGING) += staging/
116obj-y += platform/
117obj-y += ieee802154/
118#common clk code
119obj-y += clk/
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
8obj-y += gpio/

--- 103 unchanged lines hidden (view full) ---

112obj-$(CONFIG_SSB) += ssb/
113obj-$(CONFIG_VHOST_NET) += vhost/
114obj-$(CONFIG_VLYNQ) += vlynq/
115obj-$(CONFIG_STAGING) += staging/
116obj-y += platform/
117obj-y += ieee802154/
118#common clk code
119obj-y += clk/
120
121obj-$(CONFIG_HWSPINLOCK) += hwspinlock/