add LITEOS macro

Signed-off-by: suwanghw <wangsu14@huawei.com>
This commit is contained in:
suwanghw
2024-07-03 19:39:59 +08:00
parent f02886ccda
commit 1870b13f2e
+1 -1
View File
@@ -85,7 +85,7 @@ include $(BUILD_CONFIG)/var.mk
include $(BUILD_OPERATION)/rule.mk
flags += $(TRUSTEDCORE_PLATFORM_FLAGS)
CFLAGS += ${TRUSTEDCORE_PLATFORM_FLAGS}
CFLAGS += ${TRUSTEDCORE_PLATFORM_FLAGS} -D__LITEOS__
CPPFLAGS += ${TRUSTEDCORE_PLATFORM_FLAGS}
CXXFLAGS += ${TRUSTEDCORE_PLATFORM_FLAGS}
ASFLAGS += ${TRUSTEDCORE_PLATFORM_FLAGS}