From 5f54787b52e602a19ff05b575c2de437a110ce7c Mon Sep 17 00:00:00 2001 From: alk3pInjection Date: Fri, 28 Aug 2020 17:53:54 +0800 Subject: [PATCH] techpack: Build display Signed-off-by: alk3pInjection --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d4f7ee5949f..42cc7ffd331c 100644 --- a/Makefile +++ b/Makefile @@ -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/ techpack/data/drivers/ techpack/video/ +drivers-y := drivers/ sound/ firmware/ techpack/ techpack/data/drivers/ techpack/display/ techpack/video/ net-y := net/ libs-y := lib/ core-y := usr/