diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-16 19:48:06 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-16 19:48:06 +0200 |
commit | ffb3f790a5075e5c294420e8348dfe6c429ac921 (patch) | |
tree | 45c7f74b4c4b80c22694aff392ceb6433480f74a | |
parent | a80dd76ff0fb103cb370e806173c320fe7f8197a (diff) | |
download | mtk-20170518-ffb3f790a5075e5c294420e8348dfe6c429ac921.zip mtk-20170518-ffb3f790a5075e5c294420e8348dfe6c429ac921.tar.gz mtk-20170518-ffb3f790a5075e5c294420e8348dfe6c429ac921.tar.bz2 |
package/kernel/linux : modules/other.mk change PROFILING dependancy
-rw-r--r-- | package/kernel/linux/modules/other.mk | 3 |
1 files changed, 1 insertions, 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 |