[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)
commit93a38fa2dd83fcaf65b2327fff65e364472388f9
tree87cd5be0a3f3da5119c98e263c8a97c253567dae
parenta119ee8ee3045bf559d4cf02d72b112f3de2a15b
[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