Skip to content

Commit ce11b74

Browse files
Enable lib_c_list in build
1 parent bb818cc commit ce11b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ ifeq ($(ENABLE_DYNAMIC_ALLOC), 1)
3232
SDK_SOURCE_PATH += lib_alloc
3333
endif
3434

35+
SDK_SOURCE_PATH += lib_c_list
36+
3537
ifneq ($(IS_STANDARD_APP),1)
3638
ifneq ($(DISABLE_OS_IO_STACK_USE), 1)
3739
ifeq (,$(filter $(DEFINES),HAVE_LEGACY_PID))

0 commit comments

Comments
 (0)