kernel: fix kmod-tpm-tis packaging
The tmp-tis module depends on tpm_tis_core.ko, so package this file as well. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4101020dfb
commit
a92d977904
1 changed files with 3 additions and 1 deletions
|
@ -974,7 +974,9 @@ define KernelPackage/tpm-tis
|
||||||
TITLE:=TPM TIS 1.2 Interface / TPM 2.0 FIFO Interface
|
TITLE:=TPM TIS 1.2 Interface / TPM 2.0 FIFO Interface
|
||||||
DEPENDS:= @TARGET_x86 +kmod-tpm
|
DEPENDS:= @TARGET_x86 +kmod-tpm
|
||||||
KCONFIG:= CONFIG_TCG_TIS
|
KCONFIG:= CONFIG_TCG_TIS
|
||||||
FILES:= $(LINUX_DIR)/drivers/char/tpm/tpm_tis.ko
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/char/tpm/tpm_tis.ko \
|
||||||
|
$(LINUX_DIR)/drivers/char/tpm/tpm_tis_core.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,tpm_tis,1)
|
AUTOLOAD:=$(call AutoLoad,20,tpm_tis,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue