1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
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
..
include Merge pull request #1308 from N8Fear/fix-typo-and-whitespaces 2014-06-10 18:14:05 +02:00
bitarithm.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
cib.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
clist.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
hwtimer.c core/hwtimer: disable interrupts in hwtimer_remove 2014-05-16 15:48:48 +02:00
kernel_init.c core: kernel_init: call config_load in kernel_init 2014-03-18 08:10:33 +01:00
lifo.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
msg.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
mutex.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00
queue.c fix warning: invalid suffix on literal 2014-02-18 17:05:01 +01:00
reboot.c documentation: append my email to my name everywhere 2014-05-15 18:07:17 +02:00
sched.c Merge pull request #1057 from Kijewski/sched_switch-current_prio 2014-06-03 15:59:23 +02:00
thread.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00