11 lines
198 B
Makefile
11 lines
198 B
Makefile
#
|
|
# Copyright (c) 2023 Theobroma Systems Design und Consulting GmbH
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += jaguar_rk3588.o
|
|
ifneq ($(CONFIG_XPL_BUILD),y)
|
|
obj-y += ../common/common.o
|
|
endif
|