mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2417 d57e44dd-8a1f-0410-8b47-8ef2f437770f
9 lines
420 B
Diff
9 lines
420 B
Diff
diff -upkr -X linux-2.6.35/Documentation/dontdiff linux-2.6.35/drivers/Makefile linux-2.6.35/drivers/Makefile
|
|
--- linux-2.6.35/drivers/Makefile.orig 2010-10-16 15:40:04.000000000 +0200
|
|
+++ linux-2.6.35/drivers/Makefile 2010-10-16 15:40:20.000000000 +0200
|
|
@@ -113,3 +113,4 @@ obj-$(CONFIG_VLYNQ) += vlynq/
|
|
obj-$(CONFIG_STAGING) += staging/
|
|
obj-y += platform/
|
|
obj-y += ieee802154/
|
|
+obj-$(CONFIG_SCST) += scst/
|