blob: fc21403a95544e3a6873e8192ed577b2212833de [file] [log] [blame]
ifeq ($(strip $(RTOS)),MERTOS)
CATEGORY_INCDIRS += ./service/mertos/include
CATEGORY_INCDIRS += ./service/kal/common/include
CATEGORY_INCDIRS += ./service/kal/os/mertos/include
CATEGORY_INCDIRS += ./service/kal/lib/mlib/include
endif
CATEGORY_INCDIRS += ./service/sst/include
CATEGORY_INCDIRS += ./service/sst/include
CATEGORY_INCDIRS += ./service/fs/common/include
CATEGORY_DEFS +=
ifeq ($(strip $(LTO_BUILD)),TRUE)
ifeq ($(strip $(NO_LTO)),)
CFLAGS += -flto -fno-fat-lto-objects
endif
endif