FreeCalypso > hg > fc-tourmaline
comparison src/cs/os/nucleus/nucleus.def @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e78acac3d88 |
---|---|
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 |