comparison nuc-fw/riviera/rvf/rvf_target.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
26 /* (C) Copyright 1999 by Texas Instruments Incorporated, All Rights Reserved*/ 26 /* (C) Copyright 1999 by Texas Instruments Incorporated, All Rights Reserved*/
27 /****************************************************************************/ 27 /****************************************************************************/
28 #ifndef _RVF_TARGET_H 28 #ifndef _RVF_TARGET_H
29 #define _RVF_TARGET_H 29 #define _RVF_TARGET_H
30 30
31 #ifndef _WINDOWS 31 #if 0 //#ifndef _WINDOWS
32 #include "config/rv.cfg" 32 #include "config/rv.cfg"
33 #include "config/swconfig.cfg" 33 #include "config/swconfig.cfg"
34 #endif 34 #endif
35 35
36 #include "../../include/config.h"
36 37
37 /* optimizations */ 38 /* optimizations */
38 #ifdef _WINDOWS 39 #ifdef _WINDOWS
39 #define INLINE __inline 40 #define INLINE __inline
40 #else 41 #else