Commits
Ting Liu committed 69b54742b61
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>