staging: most: remove legacy folders
This patch removes the legacy folders of the modules. It is needed to clean up the driver's source tree. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8fc2a66b09
commit
fc10bf7e59
|
@ -1,4 +0,0 @@
|
|||
obj-$(CONFIG_AIM_CDEV) += aim_cdev.o
|
||||
|
||||
aim_cdev-objs := cdev.o
|
||||
ccflags-y += -Idrivers/staging/
|
|
@ -1,4 +0,0 @@
|
|||
obj-$(CONFIG_AIM_NETWORK) += aim_network.o
|
||||
|
||||
aim_network-objs := networking.o
|
||||
ccflags-y += -Idrivers/staging/
|
|
@ -1,4 +0,0 @@
|
|||
obj-$(CONFIG_AIM_SOUND) += aim_sound.o
|
||||
|
||||
aim_sound-objs := sound.o
|
||||
ccflags-y += -Idrivers/staging/
|
|
@ -1,5 +0,0 @@
|
|||
obj-$(CONFIG_AIM_V4L2) += aim_v4l2.o
|
||||
|
||||
aim_v4l2-objs := video.o
|
||||
|
||||
ccflags-y += -Idrivers/staging/
|
|
@ -1,5 +0,0 @@
|
|||
obj-$(CONFIG_HDM_DIM2) += hdm_dim2.o
|
||||
|
||||
hdm_dim2-objs := dim2_hdm.o dim2_hal.o dim2_sysfs.o
|
||||
ccflags-y += -Idrivers/staging/
|
||||
ccflags-y += -Idrivers/staging/most/aim-network/
|
|
@ -1,3 +0,0 @@
|
|||
obj-$(CONFIG_HDM_I2C) += hdm_i2c.o
|
||||
|
||||
ccflags-y += -Idrivers/staging/
|
|
@ -1,4 +0,0 @@
|
|||
obj-$(CONFIG_HDM_USB) += hdm_usb.o
|
||||
|
||||
ccflags-y += -Idrivers/staging/
|
||||
ccflags-y += -Idrivers/staging/most/aim-network/
|
Loading…
Reference in New Issue