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

Commit 623f36a9 authored by Shivendra Kakrania's avatar Shivendra Kakrania
Browse files

techpack: video: add makefile for video driver



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

Change-Id: Ia1fad0785131d3a8852b8d7dcf713b537e9fa4d1
Signed-off-by: default avatarShivendra Kakrania <shiven@codeaurora.org>
parent 7eb9a06e
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 := vid.o

vid.c

0 → 100644
+8 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 */

static void _vid_techpack_stub(void)
{
}