Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville...
[deliverable/linux.git] / arch / arm / nwfpe / Makefile
1 #
2 # Copyright (C) 1998, 1999, 2001 Philip Blundell
3 #
4
5 obj-$(CONFIG_FPE_NWFPE) += nwfpe.o
6
7 nwfpe-y += fpa11.o fpa11_cpdo.o fpa11_cpdt.o \
8 fpa11_cprt.o fpmodule.o fpopcode.o \
9 softfloat.o single_cpdo.o double_cpdo.o \
10 entry.o
11
12 nwfpe-$(CONFIG_FPE_NWFPE_XP) += extended_cpdo.o
This page took 0.034386 seconds and 6 git commands to generate.