mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-17 17:33:30 +02:00
19 lines
242 B
Lua
19 lines
242 B
Lua
cflags{
|
|
'-I $srcdir/include',
|
|
'-I $builddir/pkg/linux-headers/include',
|
|
}
|
|
|
|
pkg.deps = {
|
|
'pkg/linux-headers/headers',
|
|
}
|
|
|
|
lib('libmtdev.a', {
|
|
'src/caps.c',
|
|
'src/core.c',
|
|
'src/iobuf.c',
|
|
'src/match.c',
|
|
'src/match_four.c',
|
|
})
|
|
|
|
fetch 'git'
|