mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-31 12:33:01 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1525 d57e44dd-8a1f-0410-8b47-8ef2f437770f
12 lines
481 B
Diff
12 lines
481 B
Diff
diff -upkr -X linux-2.6.33/Documentation/dontdiff linux-2.6.33/drivers/Makefile linux-2.6.33/drivers/Makefile
|
|
--- linux-2.6.33/drivers/Makefile 2008-07-14 01:51:29.000000000 +0400
|
|
+++ linux-2.6.33/drivers/Makefile 2008-07-24 14:15:29.000000000 +0400
|
|
@@ -41,6 +41,7 @@ obj-$(CONFIG_ATM) += atm/
|
|
obj-y += macintosh/
|
|
obj-$(CONFIG_IDE) += ide/
|
|
obj-$(CONFIG_SCSI) += scsi/
|
|
+obj-$(CONFIG_SCST) += scst/
|
|
obj-$(CONFIG_ATA) += ata/
|
|
obj-y += net/
|
|
obj-$(CONFIG_ATM) += atm/
|