mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
14 lines
261 B
Makefile
14 lines
261 B
Makefile
#
|
|
# (C) Copyright 2002-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
include $(OBJTREE)/include/autoconf.mk
|
|
|
|
LIB = libpostnetta.o
|
|
|
|
COBJS-$(CONFIG_HAS_POST) += codec.o dsp.o
|
|
|
|
include $(TOPDIR)/post/rules.mk
|