-
Tobias Kahlki authored
Pulled the changes to sysdata from https://git.seco.com/arm/nxp/imx/develop/ yocto/5.x/u-boot-seco-imx/-/commit/c2d100148f4f50dc977891a580fe5980b399ecce BCS 746-001143
dbb19b87
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 241 B
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2004-2006
# Davide Cardillo, SECO SpA, seco.com
ifndef CONFIG_SPL_BUILD
ifeq ($(CONFIG_SECO_SYSTEM_DATA),y)
obj-y += sysdata.o
obj-$(CONFIG_SECO_SYSDATA_IN_MMC) += mmc.o
endif
endif