osd-contiki/cpu/cc2430
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 Code style fixes: cc2430 2012-12-16 19:28:55 +00:00
8051def.h Sensinode/cc2430 stack depth optimisation 2012-09-20 15:09:15 +01:00
bank-alloc.py Reincarnate the sensinode/cc2430 port 2012-03-23 14:41:07 +00:00
cc2430_sfr.h Reincarnate the sensinode/cc2430 port 2012-03-23 14:41:07 +00:00
Makefile.cc2430 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
mtarch.h Code style fixes: cc2430 2012-12-16 19:28:55 +00:00
rtimer-arch.c Code style fixes: cc2430 2012-12-16 19:28:55 +00:00
rtimer-arch.h Code style fixes: cc2430 2012-12-16 19:28:55 +00:00
segment.rules Reincarnate the sensinode/cc2430 port 2012-03-23 14:41:07 +00:00
stack.c Code style fixes: cc2430 2012-12-16 19:28:55 +00:00
stack.h cc2x3x stack debugging macro fix 2012-09-20 15:12:02 +01:00