1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mc1322x
Ludwig Ortmann 9b61d95545 make: don't ignore failures in for loops
Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error.
2014-03-12 11:09:04 +01:00
..
adc remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
asm remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
include remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
maca "Exterminate } else {" 2014-02-16 23:29:47 +01: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: don't ignore failures in for loops 2014-03-12 11:09:04 +01:00
Makefile.include simplified and unified cpu build structure 2014-01-05 16:11:07 +01: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