623f36a95c
This change adds dummy Makefile support to compile video driver project along with base kernel. Change-Id: Ia1fad0785131d3a8852b8d7dcf713b537e9fa4d1 Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
4 lines
89 B
Makefile
4 lines
89 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -Wno-unused-function
|
|
obj-y := vid.o
|