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
265 B
Makefile
14 lines
265 B
Makefile
#
|
|
# (C) Copyright 2010 DENX Software Engineering
|
|
# Anatolij Gustschin, agust@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
include $(OBJTREE)/include/autoconf.mk
|
|
|
|
LIB = libpostpdm360ng.o
|
|
|
|
COBJS-$(CONFIG_HAS_POST) += coproc_com.o
|
|
|
|
include $(TOPDIR)/post/rules.mk
|