diff options
Diffstat (limited to 'samples/watchdog')
-rw-r--r-- | samples/watchdog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/watchdog/Makefile b/samples/watchdog/Makefile index 17384cfb387e..ab39d23dc96b 100644 --- a/samples/watchdog/Makefile +++ b/samples/watchdog/Makefile @@ -1,3 +1,2 @@ # SPDX-License-Identifier: GPL-2.0 -userprogs := watchdog-simple -always-y := $(userprogs) +userprogs-always-y += watchdog-simple |