contiki/cpu/6502
oliverschmidt 237b1617b5 Factored out setup directory search path for source files into Makefile.include.
- Search target specific directories before CPU specific directories.
- Search CPU specific directories before generic directories.

Note: I checked several builds but nevertheless one or the other might need some additional adjustsments. Sorry for the inconvenience.
2007-05-13 08:41:11 +00:00
..
apps
lib
loader
net
sys
6502-conf.h Added signed 32 bit data type. 2007-05-12 20:58:12 +00:00
Makefile.6502 Factored out setup directory search path for source files into Makefile.include. 2007-05-13 08:41:11 +00:00
mtarch-asm.S Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
mtarch.c Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
mtarch.h Added Multithreading support to the cc65 targets based on the Contiki 1.x C64 implementation with the following changes: 2007-04-21 22:15:45 +00:00
rtimer-arch.h