From 65a96db75b1f179f9e77fcf40098fc5a947049d9 Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Wed, 2 Jul 2025 10:45:02 +0900 Subject: [PATCH] ODROID-C5: debian: change build rule Change-Id: I44b0fcb6a753cab1f8bafbadb21d0f2a5602a30b --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 42d396bc..0f93d8a8 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,10 @@ define firmware make distclean - echo CONFIG_MACH_LINUX=y | tr -d '[[:space:]]' \ - > $(shell pwd)/.config && make olddefconfig + echo CONFIG_MACH_LINUX=y \ + > $(shell pwd)/.config + echo CONFIG_MACH_LINUX_ODROIDC5=y | tr -d '[[:space:]]' \ + >> $(shell pwd)/.config && make olddefconfig TOPDIR=$(shell pwd) make mkdir -p $(shell pwd)/firmware/LINUX cp out/klipper.elf $(shell pwd)/firmware/LINUX/klipper_mcu