summaryrefslogtreecommitdiff
path: root/drivers/staging/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-11-21 15:04:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-27 09:20:33 +0100
commit057301cd972e44fa97b4834d9421878fe5edc059 (patch)
tree86fbe36e5e507f5880e3963955f3d91dfa4b6f3e /drivers/staging/most/Makefile
parentc1dcb35bf18e8644f9487f5cd15e15fdd0bf1142 (diff)
staging: most: move core files
This patch moves the core files to the root dir of the driver. This is needed to clean up the directory layout. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/Makefile')
-rw-r--r--drivers/staging/most/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/most/Makefile b/drivers/staging/most/Makefile
index f5bbb9deaab5..7f6aa9c515fa 100644
--- a/drivers/staging/most/Makefile
+++ b/drivers/staging/most/Makefile
@@ -1,5 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_MOSTCORE) += mostcore/
+obj-$(CONFIG_MOST) += most_core.o
+most_core-y := core.o
+ccflags-y += -Idrivers/staging/
+
obj-$(CONFIG_AIM_CDEV) += aim-cdev/
obj-$(CONFIG_AIM_NETWORK) += aim-network/
obj-$(CONFIG_AIM_SOUND) += aim-sound/