1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/mc1322x
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
..
adc make: replace MAKEBASE with RIOTBASE 2014-04-01 16:40:28 +02:00
asm make: replace MAKEBASE with RIOTBASE 2014-04-01 16:40:28 +02:00
include remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
maca make: replace MAKEBASE with RIOTBASE 2014-04-01 16:40:28 +02:00
cpu.c changed copyright statement 2013-12-18 11:16:41 +01:00
gpio.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
hwtimer_cpu.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
isr.c fixed interrupt handling for hwtimer 2013-12-18 11:11:15 +01:00
Makefile Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00
Makefile.include Use subfolders in bin dir 2014-04-09 00:28:14 +02:00
mc1322x_syscalls.c updated license headers 2013-08-16 10:20:23 +02:00
mc1322x.lds remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
startup.s remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00