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: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
这个提交包含在:
Masahiro Yamada
2019-01-25 16:09:03 +09:00
提交者 Martin K. Petersen
父节点 f2aecc1d38
当前提交 34022f0072
修改 3 个文件,包含 0 行新增4 行删除

查看文件

@@ -1,3 +1,2 @@
ccflags-y += -I.
obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o
smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o