]> git.sur5r.net Git - u-boot/blob - tools/easylogo/Makefile
Merge branch 'master' into next
[u-boot] / tools / easylogo / Makefile
1 include $(TOPDIR)/config.mk
2
3 all: $(obj)easylogo
4
5 $(obj)easylogo: $(SRCTREE)/tools/easylogo/easylogo.c
6         $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $^
7
8 clean:
9         rm -f $(obj)easylogo
10
11 .PHONY: all clean