mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
media: atomisp: Clean up non-existing folders from Makefile
Compiler is not happy about leftovers: cc1: warning: .../pci/hrt/: No such file or directory [-Wmissing-include-dirs] cc1: warning: .../pci/hive_isp_css_include/memory_access/: No such file or directory [-Wmissing-include-dirs] cc1: warning: .../pci/css_2400_system/hrt/: No such file or directory [-Wmissing-include-dirs] Drop them from Makefile. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
e8b4a890ed
commit
3a0744603a
@ -182,7 +182,6 @@ INCLUDES += \
|
||||
-I$(atomisp)/include/hmm/ \
|
||||
-I$(atomisp)/include/mmu/ \
|
||||
-I$(atomisp)/pci/ \
|
||||
-I$(atomisp)/pci/hrt/ \
|
||||
-I$(atomisp)/pci/base/circbuf/interface/ \
|
||||
-I$(atomisp)/pci/base/refcount/interface/ \
|
||||
-I$(atomisp)/pci/camera/pipe/interface/ \
|
||||
@ -192,7 +191,6 @@ INCLUDES += \
|
||||
-I$(atomisp)/pci/hive_isp_css_include/ \
|
||||
-I$(atomisp)/pci/hive_isp_css_include/device_access/ \
|
||||
-I$(atomisp)/pci/hive_isp_css_include/host/ \
|
||||
-I$(atomisp)/pci/hive_isp_css_include/memory_access/ \
|
||||
-I$(atomisp)/pci/hive_isp_css_shared/ \
|
||||
-I$(atomisp)/pci/hive_isp_css_shared/host/ \
|
||||
-I$(atomisp)/pci/isp/kernels/ \
|
||||
@ -311,9 +309,7 @@ INCLUDES += \
|
||||
-I$(atomisp)/pci/runtime/tagger/interface/
|
||||
|
||||
INCLUDES_byt += \
|
||||
-I$(atomisp)/pci/css_2400_system/ \
|
||||
-I$(atomisp)/pci/css_2400_system/hive/ \
|
||||
-I$(atomisp)/pci/css_2400_system/hrt/ \
|
||||
|
||||
INCLUDES_cht += \
|
||||
-I$(atomisp)/pci/css_2401_system/ \
|
||||
@ -321,7 +317,6 @@ INCLUDES_cht += \
|
||||
-I$(atomisp)/pci/css_2401_system/hive/ \
|
||||
-I$(atomisp)/pci/css_2401_system/hrt/ \
|
||||
|
||||
# -I$(atomisp)/pci/css_2401_system/hrt/ \
|
||||
# -I$(atomisp)/pci/css_2401_system/hive_isp_css_2401_system_generated/ \
|
||||
|
||||
DEFINES := -DHRT_HW -DHRT_ISP_CSS_CUSTOM_HOST -DHRT_USE_VIR_ADDRS -D__HOST__
|
||||
|
Loading…
Reference in New Issue
Block a user