]> git.ipfire.org Git - people/ms/u-boot.git/blob - tools/easylogo/Makefile
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[people/ms/u-boot.git] / tools / easylogo / Makefile
1 CFLAGS += -Wall
2
3 all: easylogo
4
5 clean:
6 rm -f easylogo *.o
7
8 .PHONY: all clean