tbm-mcu/source/shell/Makefile

9 lines
262 B
Makefile

obj-y += source/shell/args.o
obj-y += source/shell/boot.o
obj-y += source/shell/cmd.o
obj-y += source/shell/echo.o
obj-y += source/shell/flash.o
obj-y += source/shell/ftl.o
obj-y += source/shell/mufs.o
obj-y += source/shell/rtc.o
obj-y += source/shell/version.o