osd-contiki/cpu/z80
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
..
dev Renamed serial module to serial-line 2009-03-17 20:19:11 +00:00
lib File names are changed. 2007-09-19 12:48:26 +00:00
loader The Micro-Executable Format (MEF) support (experimental). 2007-11-28 06:13:24 +00:00
crt0.S Modified some glitches in startup code, and introduced additional typedefs required in the current version. 2008-07-02 07:13:22 +00:00
Makefile.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
mtarch.c Followed a coding convention of contiki, in which cast operation should not be followed by a space char. 2007-09-01 01:08:07 +00:00
mtarch.h Added some comments. 2007-09-01 01:09:25 +00:00
uip_arch-asm.S Add assembler checksum calculation support for z80 port. 2007-09-01 11:14:50 +00:00
uip_arch.c Made unnecessary symbols static. 2007-09-29 03:57:39 +00:00
z80def.h CC_CONST_FUNCTION replaces some const keywords in order to workaround a sdcc bug, which cannot handle function pointers as const. 2008-07-02 15:02:33 +00:00