]> git.ipfire.org Git - people/ms/u-boot.git/blob - tools/easylogo/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
[people/ms/u-boot.git] / 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