kernel/samples/watchdog/Makefile
.. .. @@ -1,9 +1,2 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2  -CC := $(CROSS_COMPILE)gcc3  -PROGS := watchdog-simple4  -5  -all: $(PROGS)6  -7  -clean:8  - rm -fr $(PROGS)9  -2  +userprogs-always-y += watchdog-simple