diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index b423bb16c3a8..3f135b6fb014 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -117,3 +117,5 @@ obj-y += platform/ | |||
117 | obj-y += ieee802154/ | 117 | obj-y += ieee802154/ |
118 | #common clk code | 118 | #common clk code |
119 | obj-y += clk/ | 119 | obj-y += clk/ |
120 | |||
121 | obj-$(CONFIG_HWSPINLOCK) += hwspinlock/ | ||