1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers
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
..
at86rf231 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
cc110x make: detect their module name automatically 2014-06-17 15:49:32 +02:00
cc110x_ng make: detect their module name automatically 2014-06-17 15:49:32 +02:00
cc2420 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
include Merge pull request #1239 from rousselk/radio-API-again 2014-05-27 11:47:55 +02:00
lm75a make: detect their module name automatically 2014-06-17 15:49:32 +02:00
ltc4150 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
sht11 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
srf02 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
srf08 make: detect their module name automatically 2014-06-17 15:49:32 +02:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
Makefile.include Add include paths automatocally for USEMODULES 2014-03-29 16:27:55 +01:00