blob: ffd134c050b147752f5492b3dfba27feba346b31 [file] [log] [blame]
# -*- tcl -*-
init kernel kernel.elf
presets freestanding debug warn
cflags -I$root/include/kernel -I$root/include -I[pwd] -O0 -Wno-ignored-qualifiers -Wno-unused-params -Wno-sign-compare
# Sources are mostly platform dependent (for now ;D )
enable_multiplat
srcs scan_codes.c
rule scan_codes.c "gen_scan_codes.py scan_codes.tsv" {
shell "python3 $::first_src > $::target"
}
type custom_link