From ffb3f790a5075e5c294420e8348dfe6c429ac921 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 16 Sep 2018 19:48:06 +0200 Subject: package/kernel/linux : modules/other.mk change PROFILING dependancy --- package/kernel/linux/modules/other.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 2f6f774..fe731f4 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -322,9 +322,8 @@ $(eval $(call KernelPackage,sdhci)) define KernelPackage/oprofile SUBMENU:=$(OTHER_MENU) TITLE:=OProfile profiling support - KCONFIG:=CONFIG_OPROFILE + KCONFIG:=CONFIG_OPROFILE=m CONFIG_PROFILING=y FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.ko - DEPENDS:=@KERNEL_PROFILING endef define KernelPackage/oprofile/description -- cgit v1.1