mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 00:16:18 +07:00
6 lines
125 B
Makefile
6 lines
125 B
Makefile
|
# List of programs to build
|
||
|
hostprogs-y := dnotify_test
|
||
|
|
||
|
# Tell kbuild to always build the programs
|
||
|
always := $(hostprogs-y)
|