]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] aic7xxx: fix firmware build
authorVegard Nossum <vegard.nossum@gmail.com>
Thu, 24 Jan 2008 22:02:52 +0000 (23:02 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 25 Jan 2008 15:26:33 +0000 (09:26 -0600)
commit80d6766ce0e0e758cb0f42ac3f80d4ccbee6be52
tree87cd5be0a3f3da5119c98e263c8a97c253567dae
parentf7879814f3676f0999c44783cf37e260b2929ad1
[SCSI] aic7xxx: fix firmware build

This patch adds the proper $(obj) and $(src) prefixes to dependency
rules in aic7xxx makefile. Without this patch, there is a remote
possibility that parallel make with a different output directory can
fail.

Also changed the deprecated EXTRA_CFLAGS construct to ccflags-y syntax.

Fixed up patch to survive "make drivers/scsi/ -j"
with BUILD_FIRMWARE enable. /Sam

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/aic7xxx/Makefile