blob: fdcd8b5f422a7beec20fb81f02ee1864a7084830 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2014 Marek Vasut <[email protected]>
ifdef CONFIG_XPL_BUILD
obj-y := novena_spl.o
else
obj-y := novena.o
obj-$(CONFIG_VIDEO_IPUV3) += video.o
endif
|