jehanne/sys/src/lib/aml/build.json

20 lines
249 B
JSON
Raw Normal View History

{
"Libaml": {
"Cflags": [
2017-01-10 01:37:55 +01:00
"-fasm"
],
"Include": [
"../lib.json"
],
"Install": "/arch/$ARCH/lib/",
"Library": "libaml.a",
"SourceFiles": [
"aml.c",
"amlalloc.c",
"amldelay.c",
"amlmapio.c",
"amlunmapio.c"
]
}
}