osd-contiki/cpu/avr
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
..
dev
radio Merge pull request from idelamer/master 2013-02-24 15:26:38 -08:00
avr.c
avrdef.h
bootloader.c avr/bootloader.c: Now compatible with bootloaders which always run first. 2013-05-19 08:21:16 -07:00
bootloader.h Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum 2010-09-17 21:59:09 +00:00
cc2420_spi.c
leds-arch.c
Makefile.avr Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
minileds.c
mtarch.c
mtarch.h
rtimer-arch.c
rtimer-arch.h Add F_CPU=0x800000 option with phase lock to external 32768 Hz crystal 2012-01-10 12:42:27 -05:00
slip_uart1.c
spi.c
watchdog.c Add stk500 platform and changes suggested by Daniel Willmann 2011-08-03 11:18:55 -04:00