nes-proj/cpu/stm32w108
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 Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
e_stdio Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
hal Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
lib
simplemac
small-printf Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
board-sensors.h Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
cfs-coffee-arch.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
cfs-coffee-arch.h Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
clock.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
elfloader-arch.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
gnu.ld Added weak symbols for STM32W exception handlers and other minor updates for the HAL. 2011-04-14 08:06:13 +02:00
iar-cfg-coffee.icf
iar-cfg.icf
leds-arch.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
Makefile.stm32w108 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
mtarch.h Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
rand.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
rtimer-arch.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
rtimer-arch.h Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
slip-uart1.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
uip-arch.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00
watchdog.c Cleanup and refactoring of the STM32w port 2013-03-18 13:31:26 +01:00