make: remove source/shell/part.c

This commit is contained in:
S.J.R. van Schaik 2017-05-26 14:14:10 +02:00
parent 32f0ca0e1a
commit 89df8fc5c7

View file

@ -34,7 +34,6 @@ obj-y += source/shell/cmd.o
obj-y += source/shell/flash.o
obj-y += source/shell/ftl.o
obj-y += source/shell/mufs.o
obj-y += source/shell/part.o
obj = $(addprefix $(BUILD)/, $(obj-y))