1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
René Kijewski 840c0f0a57 make: detect their module name automatically
For many modules the `Makefile` contains a line like
```
MODULE:=$(shell basename $(CURDIR))
```
This conclusively shows that we do not have to set the module name
manually.

This PR removes the need to set the module name manually, if it is the
same as the basename. E.g. for `…/sys/vtimer/Makefile` the variable
make `MODULE` will still be `vtimer`, because it is the basename of the
Makefile.
2014-06-17 15:49:32 +02:00
..
arm_common make: detect their module name automatically 2014-06-17 15:49:32 +02:00
cc430 documentation: unified descriptive text for cpu 2014-05-24 15:56:57 +02:00
cortex-m3_common make: detect their module name automatically 2014-06-17 15:49:32 +02:00
cortexm_common Merge pull request #1313 from thomaseichinger/cortexm_crash 2014-06-11 15:02:46 +02:00
lpc1768 s/PROJECT/APPLICATION/g 2014-05-26 13:21:09 +02:00
lpc2387 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
lpc_common make: detect their module name automatically 2014-06-17 15:49:32 +02:00
mc1322x fix licenses to LGPL fixes #1148 2014-05-14 10:04:34 +02:00
msp430-common msp430: provide oneway-malloc implicitly 2014-05-22 15:40:25 +02:00
msp430x16x Make: exterminate 'clean' buildtarget 2014-04-09 23:07:52 +02:00
native make: detect their module name automatically 2014-06-17 15:49:32 +02:00
sam3x8e make: detect their module name automatically 2014-06-17 15:49:32 +02:00
x86 Initial import of the x86 port 2014-05-25 13:40:29 +02:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00