yu.dong | c33b307 | 2024-08-21 23:14:49 -0700 | [diff] [blame^] | 1 | ifeq ($(strip $(RTOS)),MERTOS)
|
| 2 | CATEGORY_INCDIRS += ./service/mertos/include
|
| 3 | CATEGORY_INCDIRS += ./service/kal/common/include
|
| 4 | CATEGORY_INCDIRS += ./service/kal/os/mertos/include
|
| 5 | CATEGORY_INCDIRS += ./service/kal/lib/mlib/include
|
| 6 | endif
|
| 7 |
|
| 8 |
|
| 9 | # *************************************************************************
|
| 10 | # From Global include path
|
| 11 | # *************************************************************************
|
| 12 | CATEGORY_INCDIRS += driver/sys_drv/init/inc
|
| 13 |
|
| 14 | CATEGORY_DEFS +=
|
| 15 |
|
| 16 | ifeq ($(strip $(LTO_BUILD)),TRUE)
|
| 17 | ifeq ($(strip $(NO_LTO)),)
|
| 18 | CFLAGS += -flto -fno-fat-lto-objects
|
| 19 | endif
|
| 20 | endif
|