diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000..b5ddf0094c848 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +ccflags-y := -Wno-unused-function +obj-y := camera_stub.o diff --git a/camera_stub.c b/camera_stub.c new file mode 100644 index 0000000000000..e2e808c53e5d1 --- /dev/null +++ b/camera_stub.c @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * Copyright (c) 2019, The Linux Foundation. All rights reserved. + */ + +static void _camera_techpack_stub(void) +{ +}