root/com32/Makefile

Revision 997985d79e5813e8a33e82fb0cc0c0f08cf2c55d, 212 bytes (checked in by Erwan Velu <erwanaliasr1@…>, 14 months ago)

libupload: New library to manage uploads

This commit creates a library to upload content via 3 backends
(srec/ymodem/tftp).

Code came from sysdump and got librarized for being used more easily
by more other com32 modules.

  • Property mode set to 100644
Line 
1SUBDIRS = libupload tools lib gpllib libutil modules mboot menu samples rosh cmenu \
2          hdt gfxboot sysdump lua/src
3
4all tidy dist clean spotless install:
5        set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
Note: See TracBrowser for help on using the browser.