aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/auxdisplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/auxdisplay/Makefile')
-rw-r--r--samples/auxdisplay/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/samples/auxdisplay/Makefile b/samples/auxdisplay/Makefile
index 0273bab27233..dbdf939af94a 100644
--- a/samples/auxdisplay/Makefile
+++ b/samples/auxdisplay/Makefile
@@ -1,10 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
-CC := $(CROSS_COMPILE)gcc
-CFLAGS := -I../../usr/include
-
-PROGS := cfag12864b-example
-
-all: $(PROGS)
-
-clean:
- rm -fr $(PROGS)
+userprogs := cfag12864b-example
+always-y := $(userprogs)