Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc10bf7e authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

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: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8fc2a66b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
obj-$(CONFIG_AIM_CDEV) += aim_cdev.o

aim_cdev-objs := cdev.o
ccflags-y += -Idrivers/staging/
+0 −4
Original line number Diff line number Diff line
obj-$(CONFIG_AIM_NETWORK) += aim_network.o

aim_network-objs := networking.o
ccflags-y += -Idrivers/staging/
+0 −4
Original line number Diff line number Diff line
obj-$(CONFIG_AIM_SOUND) += aim_sound.o

aim_sound-objs := sound.o
ccflags-y += -Idrivers/staging/
+0 −5
Original line number Diff line number Diff line
obj-$(CONFIG_AIM_V4L2) += aim_v4l2.o

aim_v4l2-objs := video.o

ccflags-y += -Idrivers/staging/
+0 −5
Original line number Diff line number Diff line
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/
Loading