Home | History | Annotate | Download | only in lib_powerpc
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2002-2006
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 
      6 obj-y += asm.o
      7 obj-y += cpu.o cmp.o cmpi.o two.o twox.o three.o threex.o
      8 obj-y += threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o
      9 obj-y += store.o load.o cr.o b.o multi.o string.o complex.o
     10 
     11 obj-y += fpu/
     12