summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:49:17 -0700
commitd4a8ce7f57fc6333e4e5a23980f5265e00ed44ef (patch)
tree4ab68e43f3d0b2beaa757de5ce960356c42d2689 /drivers/staging/most/Makefile
parent9bc79bbcd0c526e3ec7b98e08c5d34648bb3c158 (diff)
downloadlinux-d4a8ce7f57fc6333e4e5a23980f5265e00ed44ef.tar.gz
linux-d4a8ce7f57fc6333e4e5a23980f5265e00ed44ef.tar.xz
Staging: most: add MOST driver's aim-network module
This patch adds the aim-network module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles user space interaction by means of network devices. This patch is needed in order to have access to MOST Ethernet Packets (MEP) through a networking device. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/Makefile')
-rw-r--r--drivers/staging/most/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/Makefile b/drivers/staging/most/Makefile
index b7b319bd61a1..61c1c965d622 100644
--- a/drivers/staging/most/Makefile
+++ b/drivers/staging/most/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_MOSTCORE) += mostcore/
obj-$(CONFIG_AIM_CDEV) += aim-cdev/
+obj-$(CONFIG_AIM_NETWORK) += aim-network/