1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm_common
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 documentation: unified descriptive text for cpu 2014-05-24 15:56:57 +02:00
arm_cpu.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
atomic.s cleanup licenses to fix #392 2014-05-27 11:54:55 +02:00
bootloader.c Merge pull request #437 from OlegHahm/include_directives 2013-12-19 08:38:14 -08:00
common.s cleanup licenses to fix #392 2014-05-27 11:54:55 +02:00
crash.c core/cpu: put __builtin_unreachable() into one place 2014-05-07 19:24:55 +02:00
gettimeofday.c arm_common: no needless _gettimeofday() warning 2014-05-05 14:45:11 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
Makefile.include Use subfolders in bin dir 2014-04-09 00:28:14 +02:00
syscalls.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
VIC.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00