blob: dfb19e1058f19c4ebcd00c8d5448e056c7ef1f00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list \
ao-load ao-telem ao-send-telem ao-sky-flash \
ao-dumpflash ao-edit-telem ao-dump-up ao-elftohex \
ao-flash ao-usbload ao-test-igniter ao-test-baro \
ao-test-flash ao-cal-accel ao-fakeflight ao-test-gps ao-usbtrng \
ao-cal-freq ao-chaosread ao-makebin
if LIBSTLINK
SUBDIRS += ao-stmload
endif
|