osd-contiki/cpu
oliverschmidt 7a228fea41 Replaced classic approach of generating dependency files via rule with generating them as side effect of generating object files. The issue with "No rule to make target ..." is solved as suggested in http://make.paulandlesley.org/autodep.html.
At least with gcc (and cc65) the dependency files are generated without an additional run of the C compiler. This is especially beneficial on Cygwin because of the fork() performance issue.
2009-07-02 22:36:04 +00:00
..
6502 Replaced classic approach of generating dependency files via rule with generating them as side effect of generating object files. The issue with "No rule to make target ..." is solved as suggested in http://make.paulandlesley.org/autodep.html. 2009-07-02 22:36:04 +00:00
at91sam7s switched all users of cfs_seek(x,y) to cfs_seek(x,y,CFS_SEEK_SET) 2009-02-27 14:28:02 +00:00
avr reordered build path to use cpu files before core 2009-04-06 13:10:14 +00:00
msp430 fix compiler warnings. patch from Jesper Karlsson. 2009-04-08 14:56:00 +00:00
native Make sure that symbols.c is included in every native cpu build, not just the native target 2009-05-12 17:23:23 +00:00
x86 added support for 64-bit architectures, as already added on the cooja mtarch clone (patch provided by Jesper Karlsson and David Gustafsson) 2009-03-13 15:02:23 +00:00
z80 Replaced classic approach of generating dependency files via rule with generating them as side effect of generating object files. The issue with "No rule to make target ..." is solved as suggested in http://make.paulandlesley.org/autodep.html. 2009-07-02 22:36:04 +00:00