1 2 3 4 5 6 7 8 9 10 11 12 13
# # (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