blob: d7285fc2ccb203ffcaddca9d6bfc538a8f3121f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# (C) Copyright 2011 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := soc.o clock.o
obj-$(CONFIG_SECURE_BOOT) += hab.o
|