1a47a12beSStefan Roese# 2a47a12beSStefan Roese# (C) Copyright 2002-2006 3a47a12beSStefan Roese# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4a47a12beSStefan Roese# 5*1a459660SWolfgang Denk# SPDX-License-Identifier: GPL-2.0+ 6a47a12beSStefan Roese# 7a47a12beSStefan Roeseinclude $(TOPDIR)/config.mk 8a47a12beSStefan Roese 96d8962e8SSebastien CarlierLIB = libpost$(ARCH).o 10a47a12beSStefan Roese 11a47a12beSStefan RoeseAOBJS-$(CONFIG_HAS_POST) += asm.o 12a47a12beSStefan RoeseCOBJS-$(CONFIG_HAS_POST) += cpu.o cmp.o cmpi.o two.o twox.o three.o threex.o 13a47a12beSStefan RoeseCOBJS-$(CONFIG_HAS_POST) += threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o 14a47a12beSStefan RoeseCOBJS-$(CONFIG_HAS_POST) += store.o load.o cr.o b.o multi.o string.o complex.o 15a47a12beSStefan Roese 16a47a12beSStefan Roeseinclude $(TOPDIR)/post/rules.mk 17