1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc2420
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 Change year of file copyright 2014-04-09 10:43:34 +02:00
cc2420_rx.c Fix coding conventions in cc2420 driver 2014-02-24 16:15:19 +01:00
cc2420_spi.c Fixed an error in CC2420 register read function 2014-03-18 10:01:16 +01:00
cc2420_tx.c Fix coding conventions in cc2420 driver 2014-02-24 16:15:19 +01:00
cc2420.c Fixed implementation of channel_clear() function 2014-04-09 10:38:44 +02:00
Makefile Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00