]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - post/lib_powerpc/Makefile
Merge git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / post / lib_powerpc / Makefile
1 #
2 # (C) Copyright 2002-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 include $(TOPDIR)/config.mk
8
9 LIB     = libpost$(ARCH).o
10
11 AOBJS-$(CONFIG_HAS_POST)        += asm.o
12 COBJS-$(CONFIG_HAS_POST)        += cpu.o cmp.o cmpi.o two.o twox.o three.o threex.o
13 COBJS-$(CONFIG_HAS_POST)   += threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o
14 COBJS-$(CONFIG_HAS_POST)        += store.o load.o cr.o b.o multi.o string.o complex.o
15
16 include $(TOPDIR)/post/rules.mk