blob: 38e44b99342f275c41ee14319b36f8c3f1d7db21 [file] [log] [blame]
# -*- tcl -*-
init kernel kernel.elf
presets freestanding debug 32 warn nasm
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