samples: auxdisplay: use 'userprogs' syntax
[linux-2.6-microblaze.git] / samples / auxdisplay / Makefile
index 0273bab..dbdf939 100644 (file)
@@ -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)