blob: d645f5a4ad35c0c20a1f5736651b859a5e9ee164 [file] [log] [blame]
Marcel Ziswilera2777ec2016-11-16 17:49:22 +01001# Copyright (c) 2016 Toradex, Inc.
2# SPDX-License-Identifier: GPL-2.0+
3
4# Common for all Toradex modules
5ifeq ($(CONFIG_SPL_BUILD),y)
6# Necessary to create built-in.o
7obj- := __dummy__.o
8else
9obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o
10obj-y += tdx-common.o
11endif