summaryrefslogtreecommitdiffstats
path: root/arch/arm/nwfpe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/nwfpe/Makefile')
-rw-r--r--arch/arm/nwfpe/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/nwfpe/Makefile b/arch/arm/nwfpe/Makefile
index 5db79c6d4..a14371e5d 100644
--- a/arch/arm/nwfpe/Makefile
+++ b/arch/arm/nwfpe/Makefile
@@ -14,16 +14,15 @@ else
NWFPE_OBJS += entry.o
endif
-L_TARGET := math-emu.a
-
ifeq ($(CONFIG_NWFPE),y)
-L_OBJS = $(NWFPE_OBJS)
+O_TARGET := math-emu.o
+O_OBJS = $(NWFPE_OBJS)
else
ifeq ($(CONFIG_NWFPE),m)
M_OBJS = nwfpe.o
MI_OBJS = $(NWFPE_OBJS)
endif
-endif
+endif
include $(TOPDIR)/Rules.make