thor: fix invalid larger device descriptor than requested
[profile/mobile/platform/kernel/u-boot-tm1.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