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: Narendra Muppalla <NarendraM@codeaurora.org>
This commit is contained in:
Narendra Muppalla
2019-03-26 14:13:21 -07:00
부모 3617c157bf
커밋 da3538d49c
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

3
Makefile Normal file
파일 보기

@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
ccflags-y := -Wno-unused-function
obj-y := disp.o

5
disp.c Normal file
파일 보기

@@ -0,0 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
static void _disp_techpack_stub(void)
{
}