mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 14:40:36 +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
|
define firmware
|
||||||
make distclean
|
make distclean
|
||||||
echo CONFIG_MACH_LINUX=y | tr -d '[[:space:]]' \
|
echo CONFIG_MACH_LINUX=y \
|
||||||
> $(shell pwd)/.config && make olddefconfig
|
> $(shell pwd)/.config
|
||||||
|
echo CONFIG_MACH_LINUX_ODROIDC5=y | tr -d '[[:space:]]' \
|
||||||
|
>> $(shell pwd)/.config && make olddefconfig
|
||||||
TOPDIR=$(shell pwd) make
|
TOPDIR=$(shell pwd) make
|
||||||
mkdir -p $(shell pwd)/firmware/LINUX
|
mkdir -p $(shell pwd)/firmware/LINUX
|
||||||
cp out/klipper.elf $(shell pwd)/firmware/LINUX/klipper_mcu
|
cp out/klipper.elf $(shell pwd)/firmware/LINUX/klipper_mcu
|
||||||
|
|||||||
Reference in New Issue
Block a user