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

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