Current Path : /proc/2302468/root/usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/samples/watchdog/ |
Current File : //proc/2302468/root/usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/samples/watchdog/Makefile |
# SPDX-License-Identifier: GPL-2.0 CC := $(CROSS_COMPILE)gcc PROGS := watchdog-simple all: $(PROGS) clean: rm -fr $(PROGS)