[OpenWrt-Devel] [PATCH] x86/geode: add missing include after rebase
Paul Spooren
mail at aparcar.org
Mon Mar 23 06:25:33 EDT 2020
The x86 image generation was refacted via cb007a7bf6 and accidently not
included `geode.mk` when selected as subtarget.
Now the file is included and image compilation for x86/geode works
again.
Thanks to Russell Senior <russell at personaltelco.net> for reporting the
problem and suggesting a patch!
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/x86/image/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index c01065f8e6..c2961e5b9c 100644
--- a/target/linux/x86/image/Makefile
+++ b/target/linux/x86/image/Makefile
@@ -128,6 +128,10 @@ ifeq ($(SUBTARGET),generic)
include generic.mk
endif
+ifeq ($(SUBTARGET),geode)
+ include geode.mk
+endif
+
ifeq ($(SUBTARGET),legacy)
include legacy.mk
endif
--
2.25.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list