mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
1a47e6d47c
This implementation provides standard CRC-16 algorithm with polynomial x^16 + x^15 + x^2 + 1. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
13 lines
382 B
Makefile
13 lines
382 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2003
|
|
# Pavel Bartusek, Sysgo Real-Time Solutions AG, pba@sysgo.de
|
|
#
|
|
|
|
obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
|
|
obj-y += lpt_commit.o scan.o lprops.o
|
|
obj-y += tnc.o tnc_misc.o debug.o budget.o
|
|
obj-y += log.o orphan.o recovery.o replay.o gc.o
|