kernel: Adapt moved crodic.ko module
The module was moved in the kernel, adapt OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c4437d4e08
commit
aa39bbc2ca
@ -251,7 +251,8 @@ define KernelPackage/lib-cordic
|
|||||||
SUBMENU:=$(LIB_MENU)
|
SUBMENU:=$(LIB_MENU)
|
||||||
TITLE:=Cordic function support
|
TITLE:=Cordic function support
|
||||||
KCONFIG:=CONFIG_CORDIC
|
KCONFIG:=CONFIG_CORDIC
|
||||||
FILES:=$(LINUX_DIR)/lib/cordic.ko
|
FILES:=$(LINUX_DIR)/lib/cordic.ko@lt5.2 \
|
||||||
|
$(LINUX_DIR)/lib/math/cordic.ko@ge5.2
|
||||||
AUTOLOAD:=$(call AutoProbe,cordic)
|
AUTOLOAD:=$(call AutoProbe,cordic)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user