make: separate Makefile for shell commands

This commit is contained in:
S.J.R. van Schaik 2017-07-27 15:15:23 +02:00
parent c10a0a2421
commit d17c1b65b4
3 changed files with 10 additions and 10 deletions

9
source/shell/Makefile Normal file
View 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