mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
b276527539
This patch moves the core module to the /drivers/most directory and makes all necessary changes in order to not break the build. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1583845362-26707-2-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5 lines
106 B
Makefile
5 lines
106 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_MOST) += most_core.o
|
|
most_core-y := core.o \
|
|
configfs.o
|