mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 23:16:49 +07:00
6 lines
126 B
Makefile
6 lines
126 B
Makefile
|
# List of programs to build
|
||
|
hostprogs-y := aliasing-test
|
||
|
|
||
|
# Tell kbuild to always build the programs
|
||
|
always := $(hostprogs-y)
|