osd-contiki/cpu/cc253x
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 Fix a syntax error in /cpu/cc253x/dev/uart0.c 2013-03-16 19:41:42 +08:00
usb cc2531: USB CDC-ACM code style fixes 2012-11-01 17:42:04 +00:00
8051def.h cc2530: Added a method to maximise stack depth 2012-09-07 17:32:53 +01:00
bank-alloc.py New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
cc253x.h Renamed a cc253x SFRX to stop namespace conflicts 2012-07-11 10:53:14 +01:00
Makefile.cc253x Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
mtarch.h Code style fixes: cc253x 2012-12-16 19:28:56 +00:00
rtimer-arch.c Code style fixes: cc253x 2012-12-16 19:28:56 +00:00
rtimer-arch.h 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
segment.rules New platform: TI cc2530 Development Kit 2012-03-23 14:41:07 +00:00
sfr-bits.h Added definitions for cc2530 DMA-related SFR bits 2012-09-20 15:09:15 +01:00
soc.c Reworked the cc2530 stack debugging facilities: 2012-09-07 17:40:17 +01:00
soc.h Reworked the cc2530 stack debugging facilities: 2012-09-07 17:40:17 +01:00
stack.c Code style fixes: cc253x 2012-12-16 19:28:56 +00:00
stack.h cc2x3x stack debugging macro fix 2012-09-20 15:12:02 +01:00