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>
此提交包含在:
Narendra Muppalla
2019-03-26 14:13:21 -07:00
父節點 3617c157bf
當前提交 da3538d49c
共有 2 個檔案被更改,包括 8 行新增0 行删除

3
Makefile 一般檔案
查看文件

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

5
disp.c 一般檔案
查看文件

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