techpack: data: build rmnet extensions

Signed-off-by: alk3pInjection <webmaster@raspii.tech>
This commit is contained in:
alk3pInjection 2020-08-19 22:33:48 +08:00 committed by spakkkk
parent 1144e7b736
commit a2ead36708
3 changed files with 6 additions and 1 deletions

View File

@ -606,7 +606,7 @@ export KBUILD_MODULES KBUILD_BUILTIN
ifeq ($(KBUILD_EXTMOD),)
# Objects we will link into vmlinux / subdirs we need to visit
init-y := init/
drivers-y := drivers/ sound/ firmware/ techpack/
drivers-y := drivers/ sound/ firmware/ techpack/ techpack/data/drivers/
net-y := net/
libs-y := lib/
core-y := usr/

View File

@ -232,4 +232,6 @@ source "drivers/sensors/Kconfig"
source "drivers/gpu/msm/Kconfig"
source "drivers/energy_model/Kconfig"
source "techpack/data/drivers/Kconfig"
endmenu

3
techpack/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
# ignore all subdirs except stub
!/stub/