ec718/ec_fullsdk/PLAT/os/Makefile.inc
2025-04-11 09:40:32 +08:00

14 lines
251 B
Makefile

ifeq ($(OS),freertos)
include $(TOP)/PLAT/os/freertos/Makefile.inc
endif
ifeq ($(OS),liteos)
include $(TOP)/PLAT/os/liteos_m-v3.1.4/Makefile.inc
endif
ifeq ($(BUILD_USE_PREBUILD_LIB)_$(BUILD_OSA),n_y)
include $(TOP)/PLAT/os/osa/Makefile.inc
endif