mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
6bf1c2d267
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:
|
||
---|---|---|
.. | ||
al | ||
allwinner | ||
altera | ||
amd | ||
amlogic | ||
apm | ||
arm | ||
broadcom | ||
cavium | ||
exynos | ||
freescale | ||
hisilicon | ||
lg | ||
marvell | ||
mediatek | ||
nvidia | ||
qcom | ||
renesas | ||
rockchip | ||
socionext | ||
sprd | ||
xilinx | ||
zte | ||
.gitignore | ||
Makefile |