ifeq ($(CREATE_SEC_LIB),TRUE)
SUBDIRS += secure_lib
else
SUBDIRS += security core drivers init
endif

include $(COMMON_DIR_MK)

