]> git.sur5r.net Git - u-boot/blobdiff - tools/easylogo/Makefile
binman: Allow unit addresses for binaries
[u-boot] / tools / easylogo / Makefile
index d8e28b0e12adae3978dd8d5959d3b98b8da5350d..9278837f5894cab1955ebbd8a7f803091c1bb211 100644 (file)
@@ -1,11 +1,5 @@
-include $(TOPDIR)/config.mk
+# SPDX-License-Identifier: GPL-2.0+
 
-all: $(obj)easylogo
+hostprogs-y := easylogo
 
-$(obj)easylogo: $(SRCTREE)/tools/easylogo/easylogo.c
-       $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $^
-
-clean:
-       rm -f $(obj)easylogo
-
-.PHONY: all clean
+always := $(hostprogs-y)