From: Christoph Hellwig Date: Mon, 14 Mar 2011 11:05:58 +0000 (-0700) Subject: [SCSI] target: remove EXTRA_CFLAGS X-Git-Tag: v2.6.39-rc1~52^2~41 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e8de4f3199446f5eeb371312da20534ebfe9979;p=karo-tx-linux.git [SCSI] target: remove EXTRA_CFLAGS Add the current directory is superflous in general, and no includes in drivers/scsi are needed either. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas A. Bellinger Signed-off-by: James Bottomley --- diff --git a/drivers/target/Makefile b/drivers/target/Makefile index 973bb190ef57..050ee6569b2b 100644 --- a/drivers/target/Makefile +++ b/drivers/target/Makefile @@ -1,4 +1,3 @@ -EXTRA_CFLAGS += -I$(srctree)/drivers/target/ -I$(srctree)/drivers/scsi/ target_core_mod-y := target_core_configfs.o \ target_core_device.o \