comparison nuc-fw/riviera/rv/rv_defined_swe.h @ 119:dd56546ad9e0

starting to compile RVF
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 30 Oct 2013 23:19:21 +0000
parents 21de8d8e6ea7
children
comparison
equal deleted inserted replaced
118:21de8d8e6ea7 119:dd56546ad9e0
27 */ 27 */
28 28
29 #ifndef _RV_DEFINED_SWE_H_ 29 #ifndef _RV_DEFINED_SWE_H_
30 #define _RV_DEFINED_SWE_H_ 30 #define _RV_DEFINED_SWE_H_
31 31
32 #ifndef _WINDOWS 32 #include "../../include/config.h"
33 #include "config/l1sw.cfg" 33 #include "../../L1/include/l1_confg.h"
34 #include "config/rv.cfg"
35 #include "config/swconfig.cfg"
36 #include "config/debug.cfg"
37 #endif
38 34
39 /* 35 /*
40 * rv_swe.h is generated before build from System/env.mak 36 * rv_swe.h is generated before build from System/env.mak
41 * It is used both for RivieraTool and Target. 37 * It is used both for RivieraTool and Target.
42 */ 38 *
39 * FreeCalypso note: we won't be generating a separate rv_swe.h
40 * file; instead our configuration mechanism will emit the
41 * necessary #define lines into config.h along with all other
42 * definitions.
43 */
44 #if 0
43 #include "rv_swe.h" 45 #include "rv_swe.h"
44 46 #endif
45 47
46 /* ------------------------------------------------------------------ 48 /* ------------------------------------------------------------------
47 * Grouped SWEs 49 * Grouped SWEs
48 * Some define in rv_swe.h might not represent one SWE, but a group 50 * Some define in rv_swe.h might not represent one SWE, but a group
49 * of SWEs, this is decoded here. 51 * of SWEs, this is decoded here.