1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 userprogs-always-y += watchdog-simple !! 2 CC := $(CROSS_COMPILE)gcc >> 3 PROGS := watchdog-simple >> 4 >> 5 all: $(PROGS) >> 6 >> 7 clean: >> 8 rm -fr $(PROGS) >> 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.