1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
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
..
drivers Merge pull request #946 from Kijewski/native-write 2014-04-09 18:17:09 +02:00
include Added the boards folder to the doxygen tree 2013-12-16 14:00:37 +01:00
board_config.c native: config_load: set PID as id, net address 2014-03-18 08:07:30 +01:00
board_init.c daemonization, io socket and file redirection 2013-12-10 17:00:01 +01:00
Makefile Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00
Makefile.dep core cpu: add defaulttransceiver pseudomodule 2014-03-18 10:18:15 +01:00
Makefile.include Use subfolders in bin dir 2014-04-09 00:28:14 +02:00