c05564c4d8
Android 13
12 lines
214 B
Makefile
Executable file
12 lines
214 B
Makefile
Executable file
#
|
|
# Copyright (c) 2017 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com
|
|
#
|
|
# Licensed under GPLv2
|
|
#
|
|
|
|
ccflags-$(CONFIG_MTK_LCM) += -I$(srctree)/drivers/misc/mediatek/lcm/inc
|
|
|
|
obj-$(CONFIG_MTK_LCM) += panels/
|
|
|