avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
13
u-boot/lib/lzma/Makefile
Normal file
13
u-boot/lib/lzma/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
|
||||
# Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
|
||||
#
|
||||
# (C) Copyright 2003-2006
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
ccflags-y += -D_LZMA_PROB32
|
||||
|
||||
obj-y += LzmaDec.o LzmaTools.o
|
||||
Reference in New Issue
Block a user