Makefile (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Makefile (88a8e278ff0b6b461bf39d4ace17384e976a3f3f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 | 1# SPDX-License-Identifier: GPL-2.0 |
2CC := $(CROSS_COMPILE)gcc 3PROGS := watchdog-simple 4 5all: $(PROGS) 6 7clean: 8 rm -fr $(PROGS) 9 | 2userprogs := watchdog-simple 3always-y := $(userprogs) |