summaryrefslogtreecommitdiffstats
path: root/tools/easylogo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/easylogo/Makefile')
-rw-r--r--tools/easylogo/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/tools/easylogo/Makefile b/tools/easylogo/Makefile
index d8e28b0e12..10aba2ba66 100644
--- a/tools/easylogo/Makefile
+++ b/tools/easylogo/Makefile
@@ -1,11 +1,3 @@
-include $(TOPDIR)/config.mk
+hostprogs-y := easylogo
-all: $(obj)easylogo
-
-$(obj)easylogo: $(SRCTREE)/tools/easylogo/easylogo.c
- $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $^
-
-clean:
- rm -f $(obj)easylogo
-
-.PHONY: all clean
+always := $(hostprogs-y)
OpenPOWER on IntegriCloud