summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/Makefile')
-rw-r--r--arch/arm/lib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 0b241d333..7f5ff3012 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -5,8 +5,8 @@
#
L_TARGET := lib.a
-L_OBJS := backtrace.o bitops.o checksum.o delay.o io.o memcpy.o \
- semaphore.o string.o system.o uaccess.o
+L_OBJS := backtrace.o bitops.o checksum.o delay.o memcpy.o \
+ string.o system.o uaccess.o
ifeq ($(PROCESSOR),armo)
L_OBJS += uaccess-armo.o
@@ -24,6 +24,8 @@ endif
ifeq ($(MACHINE),ebsa110)
L_OBJS += io-ebsa110.o
+else
+ LX_OBJS += io.o
endif
ifeq ($(MACHINE),footbridge)