7 lines
154 B
Makefile
7 lines
154 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2020-2022 Oplus. All rights reserved.
|
|
|
|
LINUXINCLUDE += -I$(srctree)/
|
|
|
|
obj-m += oplus_sync_fence.o
|