1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mc1322x
René Kijewski 467b41ad49 make: easifier usage of module subdirectories
Many modules have subdirectories. Often these subdirectories should only
be included under certain circumstances. Modules that use submodules
currently need to use this pattern:

```make
DIRS = …

all: $(BINDIR)$(MODULE).a
   @for i in $(DIRS) ; do $(MAKE) -C $$i ; done ;

include $(RIOTBASE)/Makefile.base

clean::
   @for i in $(DIRS) ; do $(MAKE) -C $$i clean ; done ;
```

This PR moves the `all:` and `clean::` boilerplate into `Makefile.base`.
2014-06-17 15:49:32 +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 core/cpu/board: moved F_CPU define to board 2014-05-06 10:36:09 +02:00
maca redbee-econotag: fix maca 2014-04-18 16:05:23 +02:00
cpu.c changed copyright statement 2013-12-18 11:16:41 +01:00
gpio.c fix licenses to LGPL fixes #1148 2014-05-14 10:04:34 +02: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: easifier usage of module subdirectories 2014-06-17 15:49:32 +02:00
Makefile.include redbee-econotag: fix maca 2014-04-18 16:05:23 +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