osd-contiki/cpu/arm/stm32f103
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
..
clock.c Missing file 2010-02-05 16:41:23 +00:00
cortexm3_macro.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
debug-uart.c STM32F103 port 2009-07-12 15:52:28 +00:00
debug-uart.h STM32F103 port 2009-07-12 15:52:28 +00:00
gpio.h Synchronizing with my work copy. 2010-02-05 16:23:40 +00:00
Makefile.stm32f103 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
nvic.h STM32F103 port 2009-07-12 15:52:28 +00:00
rtimer-arch.h STM32F103 port 2009-07-12 15:52:28 +00:00
sdcard-arch.c STM32F103 port 2009-07-12 15:52:28 +00:00
startup-STM32F10x.c STM32F103 port 2009-07-12 15:52:28 +00:00
stm32f10x_conf.h Synchronizing with my work copy. 2010-02-05 16:23:40 +00:00
stm32f10x_dma.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
stm32f10x_map.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
stm32f10x_nvic.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
stm32f10x_type.h Converted CRLF line endings to LF 2011-01-05 17:16:42 +00:00
STM32F103CB.ld STM32F103 port 2009-07-12 15:52:28 +00:00
usb-arch.c Synchronizing with my work copy. 2010-02-05 16:23:40 +00:00
usb-stm32f103.h STM32F103 port 2009-07-12 15:52:28 +00:00