From: Vegard Nossum Date: Thu, 24 Jan 2008 22:02:52 +0000 (+0100) Subject: [SCSI] aic7xxx: fix firmware build X-Git-Tag: v2.6.25-rc1~1230^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a38fa2dd83fcaf65b2327fff65e364472388f9;p=pandora-kernel.git [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 Signed-off-by: Sam Ravnborg Acked-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed