We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcccaf commit 84c5bdfCopy full SHA for 84c5bdf
drivers/media/pci/hailo/Makefile
@@ -25,8 +25,8 @@ hailo_pci-objs += $(VDMA_SRC_DIRECTORY)/ioctl.o
25
26
ccflags-y += -Werror
27
ccflags-y += -DHAILO_RASBERRY_PIE
28
-ccflags-y += -I$(srctree)/$(src)
29
-ccflags-y += -I$(srctree)/$(src)/include
30
-ccflags-y += -I$(srctree)/$(src)/common
+ccflags-y += -I $(src)
+ccflags-y += -I $(src)/include
+ccflags-y += -I $(src)/common
31
32
clean-files := $(hailo_pci-objs)
0 commit comments