NanoPayload

Makefile

65:3cfceb3d8a19
2015-06-20 Paul Boddie Updated the documentation, noting the switch to xbboot and MMC boot support. stage2-non-pic
     1 .PHONY: all clean distclean     2      3 all:     4 	make -C stage1     5 	make -C stage2     6      7 clean:     8 	make -C stage1 clean     9 	make -C stage2 clean    10     11 distclean:    12 	make -C stage1 distclean    13 	make -C stage2 distclean