1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at86rf231
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 Make at86rf231_switch_to_rx() public to use with transceiver 2014-02-25 16:03:43 +01:00
at86rf231_rx.c Disable debug output for at86rf231 driver 2014-03-09 08:53:37 +00:00
at86rf231_spi.c Merge pull request #681 from OlegHahm/at86rf231_fixes 2014-02-12 09:46:13 +01:00
at86rf231_tx.c fixed includes for at86rf231 2014-02-24 16:15:23 +01:00
at86rf231.c apply channel mask when setting the channel 2014-03-08 16:13:19 +00:00
Makefile Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00