From 33adde02d1d49107cb8fcb0fedb2ee072f79db3f Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sat, 28 Oct 2017 17:51:09 +0200 Subject: [PATCH] cpu: msp430: reorganize Makefile.features --- cpu/cc430/Makefile.features | 1 + cpu/msp430_common/Makefile.features | 2 ++ cpu/msp430fxyz/Makefile.features | 1 + 3 files changed, 4 insertions(+) create mode 100644 cpu/cc430/Makefile.features create mode 100644 cpu/msp430_common/Makefile.features create mode 100644 cpu/msp430fxyz/Makefile.features diff --git a/cpu/cc430/Makefile.features b/cpu/cc430/Makefile.features new file mode 100644 index 0000000000..fb1e9f3df3 --- /dev/null +++ b/cpu/cc430/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/msp430_common/Makefile.features diff --git a/cpu/msp430_common/Makefile.features b/cpu/msp430_common/Makefile.features new file mode 100644 index 0000000000..15cb270bb0 --- /dev/null +++ b/cpu/msp430_common/Makefile.features @@ -0,0 +1,2 @@ +FEATURES_PROVIDED += periph_flashpage +FEATURES_PROVIDED += periph_pm diff --git a/cpu/msp430fxyz/Makefile.features b/cpu/msp430fxyz/Makefile.features new file mode 100644 index 0000000000..fb1e9f3df3 --- /dev/null +++ b/cpu/msp430fxyz/Makefile.features @@ -0,0 +1 @@ +-include $(RIOTCPU)/msp430_common/Makefile.features