Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeaef40e authored by Narendra Muppalla's avatar Narendra Muppalla
Browse files

disp: enable display driver code compilation



This change enables display driver compilation from
techpack path and removes stub file from display project.

Change-Id: I766a34d054e09466fddae379813568435327bef6
Signed-off-by: default avatarNarendra Muppalla <NarendraM@codeaurora.org>
parent 11c9fc4e
Loading
Loading
Loading
Loading
+14 −2
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
# SPDX-License-Identifier: GPL-2.0-only
ccflags-y := -Wno-unused-function

obj-y := disp.o
# auto-detect subdirs
ifeq ($(CONFIG_ARCH_KONA), y)
include $(srctree)/techpack/display/config/konadisp.conf
export
endif

ifeq ($(CONFIG_ARCH_KONA), y)
LINUXINCLUDE    += -include $(srctree)/techpack/display/config/konadispconf.h
endif

obj-y += msm/
obj-y += rotator/
obj-y += pll/

disp.c

deleted100644 → 0
+0 −5
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only

static void _disp_techpack_stub(void)
{
}