mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 20:21:30 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4539 d57e44dd-8a1f-0410-8b47-8ef2f437770f
13 lines
328 B
Diff
13 lines
328 B
Diff
diff --git a/drivers/Makefile b/drivers/Makefile
|
|
index c07be02..615d036 100644
|
|
--- a/drivers/Makefile
|
|
+++ b/drivers/Makefile
|
|
@@ -120,6 +120,7 @@ obj-$(CONFIG_VLYNQ) += vlynq/
|
|
obj-$(CONFIG_STAGING) += staging/
|
|
obj-y += platform/
|
|
obj-y += ieee802154/
|
|
+obj-$(CONFIG_SCST) += scst/
|
|
#common clk code
|
|
obj-y += clk/
|
|
|