summaryrefslogtreecommitdiff
path: root/tests/projects/linux/driver/hello/xmake.lua
blob: bac72843454d92c4f1372f0d66f41c040bae9ee7 (plain)
1
2
3
4
5
6
7
add_requires("linux-headers", {configs = {driver_modules = true}})

target("hello")
    add_rules("platform.linux.driver")
    add_files("src/*.c")
    add_packages("linux-headers")
    set_license("GPL-2.0")