make: separate Makefile for shell commands
This commit is contained in:
parent
c10a0a2421
commit
d17c1b65b4
3 changed files with 10 additions and 10 deletions
9
source/shell/Makefile
Normal file
9
source/shell/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue