Skip to content

Commit 84c5bdf

Browse files
committed
drivers: media: pcie: hailo: Fix include paths
An attempt to fix the include paths - they look reasonable, but the GitHub auto-builds fail. Signed-off-by: Phil Elwell <[email protected]>
1 parent 2dcccaf commit 84c5bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/media/pci/hailo/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ hailo_pci-objs += $(VDMA_SRC_DIRECTORY)/ioctl.o
2525

2626
ccflags-y += -Werror
2727
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
28+
ccflags-y += -I $(src)
29+
ccflags-y += -I $(src)/include
30+
ccflags-y += -I $(src)/common
3131

3232
clean-files := $(hailo_pci-objs)

0 commit comments

Comments
 (0)