]> git.sur5r.net Git - u-boot/blobdiff - tools/easylogo/Makefile
binman: Allow unit addresses for binaries
[u-boot] / tools / easylogo / Makefile
index 566b12506bfa4cfa19960146c518364809b5e3aa..9278837f5894cab1955ebbd8a7f803091c1bb211 100644 (file)
@@ -1,8 +1,5 @@
-CFLAGS += -Wall
+# SPDX-License-Identifier: GPL-2.0+
 
-all: easylogo
+hostprogs-y := easylogo
 
-clean:
-       rm -f easylogo *.o
-
-.PHONY: all clean
+always := $(hostprogs-y)