blob: 3125e017f23c0acc618be02c9cc9de7c3263fa43 [file] [log] [blame]
swissChili56cf8172022-07-30 18:47:48 -07001# -*- tcl -*-
2
3ldflags -T[pwd]/link-esp32c3.ld
4
5srcs serial-esp32c3.c
6
7rule kernel.bin kernel.elf {
8 shell {objcopy -O binary $^ $@}
9}