Commit 34022f00 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Martin K. Petersen

scsi: remove unneeded header search paths

I was able to build without these extra header search paths.

Especially, the header search path -I. in kernel Makefiles is always
suspicious; it allows the compiler to search for headers in the top of
$(srctree), where obviously no header file exists.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent f2aecc1d
...@@ -4,5 +4,3 @@ obj-$(CONFIG_SCSI_AACRAID) := aacraid.o ...@@ -4,5 +4,3 @@ obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
aacraid-objs := linit.o aachba.o commctrl.o comminit.o commsup.o \ aacraid-objs := linit.o aachba.o commctrl.o comminit.o commsup.o \
dpcsup.o rx.o sa.o rkt.o nark.o src.o dpcsup.o rx.o sa.o rkt.o nark.o src.o
ccflags-y := -Idrivers/scsi
...@@ -34,7 +34,6 @@ aic79xx-y += aic79xx_osm.o \ ...@@ -34,7 +34,6 @@ aic79xx-y += aic79xx_osm.o \
aic79xx_proc.o \ aic79xx_proc.o \
aic79xx_osm_pci.o aic79xx_osm_pci.o
ccflags-y += -Idrivers/scsi
ifdef WARNINGS_BECOME_ERRORS ifdef WARNINGS_BECOME_ERRORS
ccflags-y += -Werror ccflags-y += -Werror
endif endif
......
ccflags-y += -I.
obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o
smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment