summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-05-16 09:45:56 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-18 07:47:46 +0200
commit914480a542aabd56ba5220afe0e234fd8213411e (patch)
treeff46c8b566612f54265f8fcedbe2e2d15179ede2 /drivers/aiodev/Makefile
parente9add3ae570a381568fb4851a3a43f0b5ca3b089 (diff)
downloadbarebox-914480a542aabd56ba5220afe0e234fd8213411e.tar.gz
barebox-914480a542aabd56ba5220afe0e234fd8213411e.tar.xz
drivers: Introduce AIODEV subsystem
AIODEV/Aiodevice is a analog I/O framework that can be thought of as a simplified hybrid between 'hwmon' and 'IIO' subsystems of Linux kernel This commit is very heavily based on 'iodevice' framework proposal written by Sascha Hauer. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/aiodev/Makefile')
-rw-r--r--drivers/aiodev/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile
new file mode 100644
index 0000000000..806464ed69
--- /dev/null
+++ b/drivers/aiodev/Makefile
@@ -0,0 +1,2 @@
+
+obj-$(CONFIG_AIODEV) += core.o