mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu: atmega: reorganize Makefile.features
This commit is contained in:
parent
b5b970d760
commit
1e52f8d292
1
cpu/atmega1281/Makefile.features
Normal file
1
cpu/atmega1281/Makefile.features
Normal file
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/atmega_common/Makefile.features
|
1
cpu/atmega2560/Makefile.features
Normal file
1
cpu/atmega2560/Makefile.features
Normal file
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/atmega_common/Makefile.features
|
1
cpu/atmega328p/Makefile.features
Normal file
1
cpu/atmega328p/Makefile.features
Normal file
@ -0,0 +1 @@
|
||||
-include $(RIOTCPU)/atmega_common/Makefile.features
|
1
cpu/atmega_common/Makefile.features
Normal file
1
cpu/atmega_common/Makefile.features
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_PROVIDED += periph_pm
|
Loading…
Reference in New Issue
Block a user