Makefile 128 字节
Newer Older
1
# List of programs to build
2
hostprogs-y := watchdog-simple
3 4 5

# Tell kbuild to always build the programs
always := $(hostprogs-y)