mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 13:44:01 +08:00
6 lines
117 B
Makefile
6 lines
117 B
Makefile
|
# List of programs to build
|
||
|
hostprogs-y := dslm
|
||
|
|
||
|
# Tell kbuild to always build the programs
|
||
|
always := $(hostprogs-y)
|