1
0
Fork 0

staging: fsl_ppfe/eth: prefix header search paths with $(srctree)/

Currently, the rules for configuring search paths in Kbuild have
changed: https://lkml.org/lkml/2019/5/13/37

This will lead the below error:

fatal error: pfe/pfe.h: No such file or directory

Fix it by adding $(srctree)/ prefix to the search paths.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Ting Liu 2019-06-17 09:27:53 +02:00 committed by Dong Aisheng
parent 0594c1fff6
commit 69b54742b6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Makefile for Freesecale PPFE driver
#
ccflags-y += -I$(src)/include -I$(src)
ccflags-y += -I $(srctree)/$(src)/include -I $(srctree)/$(src)
obj-m += pfe.o