FreeCalypso > hg > leo2moko-debug
comparison chipsetsw/os/nucleus/nucleus.def @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 ######################################## | |
2 # LIBRARIES / MODULES definition # | |
3 ######################################## | |
4 | |
5 # to avoid multiple nucleus.def (import + include) | |
6 ifndef NUCLEUS_DEF | |
7 NUCLEUS_DEF = 1 | |
8 | |
9 ### Nucleus libraries | |
10 ########################### | |
11 | |
12 ifeq ($(OP_L1_STANDALONE),1) | |
13 OUT_OS_LIB_DIR = $(OUT_LIB_DIR) | |
14 endif | |
15 | |
16 export OS_FLASH_LIB = $(OUT_OS_LIB_DIR)/nucleus_flash.lib | |
17 export OS_INT_RAM_LIB = $(OUT_OS_LIB_DIR)/nucleus_int_ram.lib | |
18 export OS_LIB := $(OS_FLASH_LIB) $(OS_INT_RAM_LIB) | |
19 | |
20 MODULES += $(OS_NUC_DIR) | |
21 | |
22 endif |