aboutsummaryrefslogtreecommitdiff
path: root/examples/lpc13xx/Makefile.include
AgeCommit message (Collapse)Author
2011-09-09Update examples Makefiles to use the make shell function rather than ↵Fergus Noble
backticks for shell command expansion. Backticks are unreliable and don't work on all platforms.
2011-04-24Delete example dependencies on 'make clean'Gareth McMullin
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2010-12-31Some more file/path restructuring.Uwe Hermann
All #includes now explicitly use the "<libopencm3/stm32/rcc.h>" format. If you want to get rid of the "libopencm3" prefix in your local project you can add a respective -I entry in your Makefile (not recommended though). All .ld files and .a libs are installed in $(TOOLCHAIN_DIR)/lib directly (as before), but are now renamed to avoid potential conflicts now or in the future. Examples: libopencm3_lpc13xx.a libopencm3_lpc13xx.ld libopencm3_stm32.a libopencm3_stm32.ld
2010-12-30Some more LD paths fixes.Uwe Hermann
2010-12-30s/libopenstm32/libopencm3/ is some Makefiles.Uwe Hermann
2010-12-30Change some names to libopencm3.Uwe Hermann
2010-12-30More path and name changes.Uwe Hermann