diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Makefile b/common/Makefile index 1be7236..2d9ae8c 100644 --- a/common/Makefile +++ b/common/Makefile @@ -29,9 +29,6 @@ LIB = $(obj)libcommon.o ifndef CONFIG_SPL_BUILD COBJS-y += main.o COBJS-y += command.o -ifndef CONFIG_SANDBOX -COBJS-y += dlmalloc.o -endif COBJS-y += exports.o COBJS-$(CONFIG_SYS_HUSH_PARSER) += hush.o COBJS-y += image.o |