1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc2420
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
..
include streamlined driver include pathes 2014-02-05 18:56:47 +01:00
cc2420_rx.c Fix coding conventions in cc2420 driver 2014-02-24 16:15:19 +01:00
cc2420_spi.c making include directives consistent 2013-12-19 15:31:37 +01:00
cc2420_tx.c Fix coding conventions in cc2420 driver 2014-02-24 16:15:19 +01:00
cc2420.c Fix cc2420 driver 2014-02-24 16:14:28 +01:00
Makefile make: don't ignore failures in for loops 2014-03-12 11:09:04 +01:00