Commit 7b9cdcf6 authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman

staging: most: cdev: rename module

This patch renames the folder of the cdev module. This is needed
to clear the directory layout.
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 057301cd
...@@ -17,7 +17,7 @@ menuconfig MOST ...@@ -17,7 +17,7 @@ menuconfig MOST
if MOST if MOST
source "drivers/staging/most/aim-cdev/Kconfig" source "drivers/staging/most/cdev/Kconfig"
source "drivers/staging/most/aim-network/Kconfig" source "drivers/staging/most/aim-network/Kconfig"
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
# MOST Cdev configuration # MOST Cdev configuration
# #
config AIM_CDEV config MOST_CDEV
tristate "Cdev AIM" tristate "Cdev"
---help--- ---help---
Say Y here if you want to commumicate via character devices. Say Y here if you want to commumicate via character devices.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called aim_cdev. module will be called most_cdev.
\ No newline at end of file
obj-$(CONFIG_MOST_CDEV) += most_cdev.o
most_cdev-objs := cdev.o
ccflags-y += -Idrivers/staging/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment