1 # SPDX-License-Identifier: GPL-2.0+ 2 # Copyright (c) 2016 Toradex, Inc. 3 4 # Common for all Toradex modules 5 ifeq ($(CONFIG_SPL_BUILD),y) 6 # Necessary to create built-in.o 7 obj- := __dummy__.o 8 else 9 obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o 10 obj-y += tdx-common.o 11 endif 12