Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
180699eb
Commit
180699eb
authored
Apr 28, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Clean up nwfpe makefile.
parent
08dbea79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
17 deletions
+7
-17
arch/arm/nwfpe/Makefile
arch/arm/nwfpe/Makefile
+7
-17
No files found.
arch/arm/nwfpe/Makefile
View file @
180699eb
...
...
@@ -2,22 +2,12 @@
# Copyright (C) 1998, 1999, 2001 Philip Blundell
#
obj-y
:=
obj-m
:=
obj-n
:=
obj-$(CONFIG_FPE_NWFPE)
+=
nwfpe.o
obj-$(CONFIG_FPE_NWFPE)
+=
nwfpe.o
nwfpe-y
+=
fpa11.o fpa11_cpdo.o fpa11_cpdt.o
\
fpa11_cprt.o fpmodule.o fpopcode.o
\
softfloat.o single_cpdo.o double_cpdo.o
nwfpe-objs
:=
fpa11.o fpa11_cpdo.o fpa11_cpdt.o fpa11_cprt.o
\
fpmodule.o fpopcode.o softfloat.o
\
single_cpdo.o double_cpdo.o
ifeq
($(CONFIG_FPE_NWFPE_XP),y)
nwfpe-objs
+=
extended_cpdo.o
endif
ifeq
($(CONFIG_CPU_26),y)
nwfpe-objs
+=
entry26.o
else
nwfpe-objs
+=
entry.o
endif
nwfpe-$(CONFIG_FPE_NWFPE_XP)
+=
extended_cpdo.o
nwfpe-$(CONFIG_CPU_26)
+=
entry26.o
nwfpe-$(CONFIG_CPU_32)
+=
entry.o
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment