Describe the bug
Trying to compile the latest 6.10.y kernel gives:
make[3]: *** No rule to make target
'arch/arm64/boot/dts/overlays/README', needed by
'arch/arm64/boot/dts/overlays/dtbs-list'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[1]: *** [/tmp/nix-build-linux-rpi-6.10.0-rc5.drv-0/source/Makefile:1405: dtbs] Error 2
make: *** [../Makefile:240: __sub-make] Error 2
Steps to reproduce the behaviour
I'm just trying to normally compile the kernel. no special steps.
|
dtb-$(CONFIG_ARCH_BCM2835) += overlay_map.dtb hat_map.dtb README |
I suspect its this piece of code has the README target, causing this to be treated as a dtb downstream
Device (s)
Raspberry Pi 5
System
N/a
Logs
No response
Additional context
No response
Describe the bug
Trying to compile the latest 6.10.y kernel gives:
Steps to reproduce the behaviour
I'm just trying to normally compile the kernel. no special steps.
linux/arch/arm/boot/dts/overlays/Makefile
Line 3 in f61d3ac
I suspect its this piece of code has the README target, causing this to be treated as a dtb downstream
Device (s)
Raspberry Pi 5
System
N/a
Logs
No response
Additional context
No response