submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
11 lines
181 B
Makefile
11 lines
181 B
Makefile
#
|
|
# Copyright 2014 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += ls1021aqds.o
|
|
obj-y += ddr.o
|
|
obj-y += eth.o
|
|
obj-$(CONFIG_FSL_DCU_FB) += dcu.o
|