submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
13 lines
192 B
Makefile
13 lines
192 B
Makefile
#
|
|
# (C) Copyright 2015 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
#
|
|
|
|
obj-y := soc.o clock.o clock_slice.o
|
|
|
|
ifdef CONFIG_ARMV7_PSCI
|
|
obj-y += psci-mx7.o psci.o
|
|
endif
|