diff options
Diffstat (limited to 'samples/auxdisplay/Makefile')
-rw-r--r-- | samples/auxdisplay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/auxdisplay/Makefile b/samples/auxdisplay/Makefile index dbdf939af94a..19d5568938c3 100644 --- a/samples/auxdisplay/Makefile +++ b/samples/auxdisplay/Makefile @@ -1,3 +1,2 @@ # SPDX-License-Identifier: GPL-2.0 -userprogs := cfag12864b-example -always-y := $(userprogs) +userprogs-always-y += cfag12864b-example |