u-boot-brain/post/board/pdm360ng/Makefile

14 lines
265 B
Makefile
Raw Normal View History

#
# (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