mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
057301cd97
commit
7b9cdcf6ea
@ -17,7 +17,7 @@ menuconfig MOST
|
||||
|
||||
if MOST
|
||||
|
||||
source "drivers/staging/most/aim-cdev/Kconfig"
|
||||
source "drivers/staging/most/cdev/Kconfig"
|
||||
|
||||
source "drivers/staging/most/aim-network/Kconfig"
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
# MOST Cdev configuration
|
||||
#
|
||||
|
||||
config AIM_CDEV
|
||||
tristate "Cdev AIM"
|
||||
config MOST_CDEV
|
||||
tristate "Cdev"
|
||||
|
||||
---help---
|
||||
Say Y here if you want to commumicate via character devices.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called aim_cdev.
|
||||
module will be called most_cdev.
|
4
drivers/staging/most/cdev/Makefile
Normal file
4
drivers/staging/most/cdev/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
obj-$(CONFIG_MOST_CDEV) += most_cdev.o
|
||||
|
||||
most_cdev-objs := cdev.o
|
||||
ccflags-y += -Idrivers/staging/
|
Loading…
Reference in New Issue
Block a user