1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc430
René Kijewski 300d6b3e35 Make: exterminate 'clean' buildtarget
Closes #993.

We do not need to descend into the modules to know what to do on
`make clean BOARD=blub`. We can just invoke `rm -rf bin/blub`.

This PR only keeps the descending into the USEPKGs, since they might
want to delete cached/downloaded/extracted data.
2014-04-09 23:07:52 +02:00
..
include making include directives consistent 2013-12-19 15:31:37 +01:00
cc110x_cc430.c streamlined driver include pathes 2014-02-05 18:56:47 +01:00
cc430-adc.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
cc430-gpioint.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
cc430-rtc.c making include directives consistent 2013-12-19 15:31:37 +01:00
doc.txt Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00
flashrom.c added license headers and doxygen file information 2014-02-02 22:22:03 +01:00
hwtimer_cc430.c Handle race conditions preventing timers to be set correctly on MSP430 MCUs 2014-04-09 10:28:39 +02:00
Makefile Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00
Makefile.include make: replace MAKEBASE with RIOTBASE 2014-04-01 16:40:28 +02:00