From 1e52f8d292c8464be3dbb6d1b205134069a4db22 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sat, 28 Oct 2017 17:47:32 +0200 Subject: [PATCH] cpu: atmega: reorganize Makefile.features --- cpu/atmega1281/Makefile.features | 1 + cpu/atmega2560/Makefile.features | 1 + cpu/atmega328p/Makefile.features | 1 + cpu/atmega_common/Makefile.features | 1 + 4 files changed, 4 insertions(+) create mode 100644 cpu/atmega1281/Makefile.features create mode 100644 cpu/atmega2560/Makefile.features create mode 100644 cpu/atmega328p/Makefile.features create mode 100644 cpu/atmega_common/Makefile.features diff --git a/cpu/atmega1281/Makefile.features b/cpu/atmega1281/Makefile.features new file mode 100644 index 0000000000..008260685b --- /dev/null +++ b/cpu/atmega1281/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/atmega_common/Makefile.features diff --git a/cpu/atmega2560/Makefile.features b/cpu/atmega2560/Makefile.features new file mode 100644 index 0000000000..008260685b --- /dev/null +++ b/cpu/atmega2560/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/atmega_common/Makefile.features diff --git a/cpu/atmega328p/Makefile.features b/cpu/atmega328p/Makefile.features new file mode 100644 index 0000000000..008260685b --- /dev/null +++ b/cpu/atmega328p/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/atmega_common/Makefile.features diff --git a/cpu/atmega_common/Makefile.features b/cpu/atmega_common/Makefile.features new file mode 100644 index 0000000000..7a418ea511 --- /dev/null +++ b/cpu/atmega_common/Makefile.features @@ -0,0 +1 @@ +FEATURES_PROVIDED += periph_pm