mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-05 12:50:27 +00:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ifeq ($(CONFIG_MTK_GCOV_KERNEL),y)
|
|
GCOV_PROFILE := y
|
|
endif
|
|
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/
|
|
|
|
obj-$(CONFIG_MTK_DEVMPU) += devmpu.o
|