1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/routing/rpl
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
..
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
of0.c moved RPL into routing subfolder 2013-12-19 19:13:26 +01:00
of0.h Splitting rpl_structs.h into structs and config part 2014-04-25 11:04:52 +02:00
of_mrhof.c added licenses to some files 2014-02-08 12:20:28 +01:00
of_mrhof.h Splitting rpl_structs.h into structs and config part 2014-04-25 11:04:52 +02:00
rpl_config.h Four macros changed to static inline type functions and style fixes 2014-04-25 11:40:22 +02:00
rpl_dodag.c Exterminate old-style function definitions 2014-05-12 21:57:09 +02:00
rpl_dodag.h Splitting rpl_structs.h into structs and config part 2014-04-25 11:04:52 +02:00
rpl_structs.h Four macros changed to static inline type functions and style fixes 2014-04-25 11:40:22 +02:00
rpl.c Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
rpl.h Let IPv6 and ICMP use new 6LoWPAN layer (+fixes) 2014-03-01 15:08:18 +01:00
trickle.c Exterminate old-style function definitions 2014-05-12 21:57:09 +02:00
trickle.h moved RPL into routing subfolder 2013-12-19 19:13:26 +01:00