kernel/drivers/staging/most/Makefile
.. .. @@ -1,12 +1,7 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 -obj-$(CONFIG_MOST) += most_core.o3 -most_core-y := core.o4 -ccflags-y += -Idrivers/staging/5 2 6 -obj-$(CONFIG_MOST_CDEV) += cdev/7 3 obj-$(CONFIG_MOST_NET) += net/ 8 4 obj-$(CONFIG_MOST_SOUND) += sound/ 9 5 obj-$(CONFIG_MOST_VIDEO) += video/ 10 6 obj-$(CONFIG_MOST_DIM2) += dim2/ 11 7 obj-$(CONFIG_MOST_I2C) += i2c/ 12 -obj-$(CONFIG_MOST_USB) += usb/