1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/pthread
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 Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
pthread_attr.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
pthread_barrier.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
pthread_barrierattr.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
pthread_cond.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00
pthread_mutex_attr.c Add missing doxygen for pthread funs and structs 2014-04-18 03:19:31 +02:00
pthread_mutex.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
pthread_once.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
pthread_rwlock_attr.c pthread: implement reader/writer lock 2014-04-18 16:20:47 +02:00
pthread_rwlock.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00
pthread_spin.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
pthread.c core: imply current_prio in sched_switch() 2014-05-24 16:48:35 +02:00