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

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

Disp: add makefile support for display drivers



This change adds dummy Makefile support to compile
display driver project along with base kernel.

Change-Id: I4fe15e2b358227911d3826e914ccb5eb45bb3d0d
Signed-off-by: default avatarNarendra Muppalla <NarendraM@codeaurora.org>
parent 3617c157
Loading
Loading
Loading
Loading

Makefile

0 → 100644
+3 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
ccflags-y := -Wno-unused-function
obj-y := disp.o

disp.c

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

static void _disp_techpack_stub(void)
{
}