samples: watchdog: use 'userprogs' syntax
[linux-2.6-microblaze.git] / samples / watchdog / Makefile
index a9430fa..17384cf 100644 (file)
@@ -1,9 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0
-CC := $(CROSS_COMPILE)gcc
-PROGS := watchdog-simple
-
-all: $(PROGS)
-
-clean:
-       rm -fr $(PROGS)
-
+userprogs := watchdog-simple
+always-y := $(userprogs)