osd-contiki/cpu/native
oliverschmidt ae2073cac9 Factored out setup directory search path for source files into Makefile.include.
- All compilers used support the -I option for setting an include search directory.

- The Contiki source tree follows the (common) approach of placing declarations (in headerf iles) in the same directory as definitions (in source files).

As a result it makes sense to use the -I compiler option for just the same set of directories used for the vpath gnumake directive.

Note: I checked several builds but nevertheless one or the other might need some additional adjustsments. Sorry for the inconvenience.
2007-05-19 07:54:53 +00:00
..
net Made driver compilable with both Cygwin and VC++ (and usable for platform/win32 by using logging API). 2007-04-11 00:21:28 +00:00
Makefile.native Factored out setup directory search path for source files into Makefile.include. 2007-05-19 07:54:53 +00:00
mtarch.c Ooops, that was one level of indirection to much. 2007-04-03 18:37:15 +00:00
mtarch.h CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms. 2007-04-03 00:40:51 +00:00
rtimer-arch.c Added #include that #defines NULL 2007-03-31 11:19:08 +00:00
rtimer-arch.h Preliminary implementation of the rtimer architecture functions for the native CPU 2007-03-28 20:09:09 +00:00