[SCSI] make pcmcia directory use obj-y|m instead of subdir-y|m
authorTejun Heo <htejun@gmail.com>
Fri, 7 Dec 2007 13:36:23 +0000 (22:36 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jan 2008 00:28:17 +0000 (18:28 -0600)
commit8ae732a91df051aba6820068a47b631a06599d84
tree0a6e56b8b1abfabcb575ba6d86c29d58d58b2b24
parentb7d68ca3f055b90bb782bcfcf535f54cead7d7db
[SCSI] make pcmcia directory use obj-y|m instead of subdir-y|m

subdir-y|m isn't supposed to contain modules or built-in components.
Change subdir-$(CONFIG_PCMCIA) to obj-$(CONFIG_PCMCIA).

Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Makefile