osd-contiki/cpu/arm/at91sam7s
Peter A. Bigot 5fc0575e99 Makefile.include: support make clean all
Historically $(OBJECTDIR) was created when Makefile.include is read.  A
consequence is that combining "clean" with "all" (or any other build
target) results in an error because the clean removes the object
directory that is required to exist when building dependencies.
Creating $(OBJECTDIR) on-demand ensures it is present when needed.

Removed creation of $(OBJECTDIR) on initial read, and added an order-only
dependency forcing its creation all Makefile* rules where the target is
explicitly or implicitly in $(OBJECTDIR).
2013-06-20 17:45:41 -05:00
..
loader Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
openocd OpenOCD configuration for SAM7S. Should be merged into ../../common/openocd 2009-07-11 14:18:01 +00:00
AT91SAM7S-ROM.ld Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
AT91SAM7S64-ROM.ld Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
AT91SAM7S64.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
AT91SAM7S128-ROM.ld Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
AT91SAM7S128.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
AT91SAM7S256.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
builtins.awk Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
cfs-sdcard-arch.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
clock.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
debug-uart.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
debug-uart.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
efs-sdcard-arch.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
elfloader-arm.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
interrupt-utils.c Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
interrupt-utils.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
io.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
Makefile.at91sam7s Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
merge-rodata.ld Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
newlib-syscalls.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
pit-interrupt.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
rtimer-arch-interrupt.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
rtimer-arch-interrupt.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
rtimer-arch.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
rtimer-arch.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
sdcard-arch.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
startup-SAM7S-arm.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
startup-SAM7S.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
sys-interrupt.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
sys-interrupt.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
uip-log.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
usb-arch.c Synchronizing with my work copy. 2010-02-05 16:23:40 +00:00
usb-interrupt.c Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00
usb-interrupt.h Moved and updated code for AT91SAM7S 2009-07-11 14:22:45 +00:00