mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-18 01:15:33 +00:00
23 lines
521 B
Makefile
23 lines
521 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Linux kernel panel device drivers.
|
|
#
|
|
|
|
subdir-ccflags-$(CONFIG_SEC_KUNIT) += \
|
|
-I$(srctree)/$(src)/.. \
|
|
-Wframe-larger-than=8192 \
|
|
-Wno-unused-variable \
|
|
-Wunused-function \
|
|
-Wno-missing-braces \
|
|
-Wno-implicit-fallthrough \
|
|
-Wformat
|
|
|
|
subdir-ccflags-y += -I$(srctree)/$(src)/../oled_common
|
|
|
|
|
|
subdir-ccflags-y += -I$(srctree)/$(src)/../oled_common
|
|
|
|
mcd-panel-s6e8fc3_a15-y += s6e8fc3.o s6e8fc3_a15.o
|
|
obj-$(CONFIG_USDM_PANEL_S6E8FC3) += mcd-panel-s6e8fc3_a15.o
|
|
|