mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
23 lines
351 B
Lua
23 lines
351 B
Lua
cflags{
|
|
'-Wno-deprecated-declarations',
|
|
'-D HAVE_CONFIG_H',
|
|
'-I include',
|
|
'-I $dir',
|
|
'-I $srcdir/include',
|
|
}
|
|
|
|
lib('libpciaccess.a', [[src/(
|
|
common_bridge.c
|
|
common_iterator.c
|
|
common_init.c
|
|
common_interface.c
|
|
common_io.c
|
|
common_capability.c
|
|
common_device_name.c
|
|
common_map.c
|
|
common_vgaarb.c
|
|
linux_sysfs.c linux_devmem.c
|
|
)]])
|
|
|
|
fetch 'git'
|