2007-03-06 17:08:43 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2002-2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2007-03-06 17:08:43 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:39 +00:00
|
|
|
obj-$(CONFIG_HAS_POST) += asm.o
|
|
|
|
obj-$(CONFIG_HAS_POST) += cpu.o cmp.o cmpi.o two.o twox.o three.o threex.o
|
|
|
|
obj-$(CONFIG_HAS_POST) += threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o
|
|
|
|
obj-$(CONFIG_HAS_POST) += store.o load.o cr.o b.o multi.o string.o complex.o
|
2007-03-06 17:08:43 +00:00
|
|
|
|
2013-10-21 02:53:39 +00:00
|
|
|
obj-$(CONFIG_HAS_POST) += fpu/
|