summaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433/Makefile
diff options
context:
space:
mode:
authorMarcus Wolf <linux@Wolf-Entwicklungen.de>2017-07-16 11:52:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-16 16:58:13 +0200
commit874bcba65f9a3a2a304b5f520529c046887c3cdc (patch)
tree420b0446befa1956cf425491240a25ff92d2e469 /drivers/staging/pi433/Makefile
parent07119e257309a41e5ec4a896fd8c8e588388269e (diff)
downloadop-kernel-dev-874bcba65f9a3a2a304b5f520529c046887c3cdc.zip
op-kernel-dev-874bcba65f9a3a2a304b5f520529c046887c3cdc.tar.gz
staging: pi433: New driver
Added a driver for the pi433 radio module (see https://www.pi433.de/en.html for details). Signed-off-by: Marcus Wolf <linux@Wolf-Entwicklungen.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433/Makefile')
-rw-r--r--drivers/staging/pi433/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/pi433/Makefile b/drivers/staging/pi433/Makefile
new file mode 100644
index 0000000..417f3e4
--- /dev/null
+++ b/drivers/staging/pi433/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_PI433) += pi433.o
+
+pi433-objs := pi433_if.o rf69.o
OpenPOWER on IntegriCloud