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.
|
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
|
|
|