10 lines
219 B
Makefile
Executable File
10 lines
219 B
Makefile
Executable File
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2021 Novateck, Inc
|
|
#
|
|
ifeq ($(CONFIG_TARGET_NA51090_A64),y)
|
|
obj-$(CONFIG_VIDEO_LOGO) += drv_videoout/
|
|
else
|
|
obj-$(CONFIG_VIDEO_LOGO) += drv_videoout/ nvt_panel/
|
|
endif
|