Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
14d0b84bf94802a380045b37098b35f07461dffc
/
.
/
src
/
kernel
/
riscv32
/
esp32c3.jmk
blob: 3125e017f23c0acc618be02c9cc9de7c3263fa43 [
file
] [
log
] [
blame
]
swissChili
56cf817
2022-07-30 18:47:48 -0700
[
diff
] [
blame
]
1
# -*- tcl -*-
2
3
ldflags
-
T
[
pwd
]/
link
-
esp32c3
.
ld
4
5
srcs serial
-
esp32c3
.
c
6
7
rule kernel
.
bin kernel
.
elf
{
8
shell
{
objcopy
-
O binary $
^
$@
}
9
}