mirror of https://gitee.com/openkylin/linux.git
![]() The way we handle include paths for DT has changed a bit, which
broke a file that had an unconventional way to reference a common
header file:
arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:47:10: fatal error: include/dt-bindings/input/linux-event-codes.h: No such file or directory
This removes the leading "include/" from the path name, which fixes it.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rk3328-evb.dts | ||
rk3328.dtsi | ||
rk3368-evb-act8846.dts | ||
rk3368-evb.dtsi | ||
rk3368-geekbox.dts | ||
rk3368-orion-r68-meta.dts | ||
rk3368-px5-evb.dts | ||
rk3368-r88.dts | ||
rk3368.dtsi | ||
rk3399-evb.dts | ||
rk3399-gru-kevin.dts | ||
rk3399-gru.dtsi | ||
rk3399-opp.dtsi | ||
rk3399.dtsi |