1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/lpc2387
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
..
doc * import from old firekernel repository 2010-09-22 15:10:42 +02:00
gpioint make: detect their module name automatically 2014-06-17 15:49:32 +02:00
i2c make: detect their module name automatically 2014-06-17 15:49:32 +02:00
include remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
mci make: detect their module name automatically 2014-06-17 15:49:32 +02:00
rtc make: detect their module name automatically 2014-06-17 15:49:32 +02:00
tools remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
asmfunc.s cleanup licenses to fix #392 2014-05-27 11:54:55 +02:00
cpu.c Merge pull request #375 from LudwigOrtmann/license_header_fix 2013-11-26 10:55:41 -08:00
linkerscript.x remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
lpc23xx-iap.c added license headers and doxygen file information 2014-02-02 22:22:03 +01:00
lpc2387-adc.c GNU Lesser General Public License -> LGPLv2 2013-11-23 13:43:47 +01:00
lpc2387-lpm.c making include directives consistent 2013-12-19 15:31:37 +01:00
Makefile make: easifier usage of module subdirectories 2014-06-17 15:49:32 +02:00
Makefile.include remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
startup.s cleanup licenses to fix #392 2014-05-27 11:54:55 +02:00