Source code for the Trusted Boot Module.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tbm-mcu/source/shell/Makefile

17 lines
445 B

obj-y += source/shell/alarm.o
obj-y += source/shell/args.o
obj-y += source/shell/boot.o
obj-y += source/shell/buzzer.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/led.o
obj-y += source/shell/mufs.o
obj-y += source/shell/progress.o
obj-y += source/shell/rtc.o
obj-y += source/shell/version.o
ifeq (${TARGET},stm32f1)
obj-y += source/shell/jtag.o
endif