nes-proj/cpu/arm
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
..
at91sam7s Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
common core/net/uip: Rename `uip_ethaddr` to `uip_lladdr`. 2013-03-10 11:39:11 -07:00
openocd OpenOCD configuration for STM32F10xxx 2009-07-12 15:48:55 +00:00
stm32f103 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00