mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:10:35 +09:00
ODROID-C5: debian: change build rule
Change-Id: I44b0fcb6a753cab1f8bafbadb21d0f2a5602a30b
This commit is contained in:
6
debian/rules
vendored
6
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user