mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4078 d57e44dd-8a1f-0410-8b47-8ef2f437770f
12 lines
326 B
Diff
12 lines
326 B
Diff
diff --git a/drivers/Makefile b/drivers/Makefile
|
|
index b423bb1..f780114 100644
|
|
--- a/drivers/Makefile
|
|
+++ b/drivers/Makefile
|
|
@@ -115,5 +115,6 @@ obj-$(CONFIG_VLYNQ) += vlynq/
|
|
obj-$(CONFIG_STAGING) += staging/
|
|
obj-y += platform/
|
|
obj-y += ieee802154/
|
|
+obj-$(CONFIG_SCST) += scst/
|
|
#common clk code
|
|
obj-y += clk/
|