1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc110x
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
..
arch_cc1100.h fix grammar in license header 2013-11-23 13:11:56 +01:00
cc1100_phy.c core: prefix API functions correctly 2014-05-18 08:53:20 +02:00
cc1100_phy.h include cc110x.h instead of deprecated interface.h 2014-02-11 13:36:40 +01:00
cc1100_spi.c use CC1100_NOBYTE consistently (fixing #129) 2013-12-15 14:09:35 +01:00
cc1100_spi.h fix grammar in license header 2013-11-23 13:11:56 +01:00
cc1100-csmaca-mac.c cc1100-csmaca-mac.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
cc1100-csmaca-mac.h include cc110x.h instead of deprecated interface.h 2014-02-11 13:36:40 +01:00
cc1100-defaultSettings.c fix grammar in license header 2013-11-23 13:11:56 +01:00
cc1100-defaultSettings.h fix grammar in license header 2013-11-23 13:11:56 +01:00
cc1100-internal.h fix grammar in license header 2013-11-23 13:11:56 +01:00
cc1100.c Merge pull request #375 from LudwigOrtmann/license_header_fix 2013-11-26 10:55:41 -08:00
cc1100.h documentation: unified descriptive text for drivers 2014-05-24 16:06:05 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00