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
3c6c1425
Commit
3c6c1425
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/sparc64 cleanup / O_TARGET removal
parent
d779a520
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
27 deletions
+4
-27
arch/sparc64/Makefile
arch/sparc64/Makefile
+4
-19
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/Makefile
+0
-1
arch/sparc64/math-emu/Makefile
arch/sparc64/math-emu/Makefile
+0
-6
arch/sparc64/mm/Makefile
arch/sparc64/mm/Makefile
+0
-1
No files found.
arch/sparc64/Makefile
View file @
3c6c1425
...
@@ -57,25 +57,10 @@ endif
...
@@ -57,25 +57,10 @@ endif
HEAD
:=
arch
/sparc64/kernel/head.o
arch
/sparc64/kernel/init_task.o
HEAD
:=
arch
/sparc64/kernel/head.o
arch
/sparc64/kernel/init_task.o
SUBDIRS
+=
arch
/sparc64/kernel
arch
/sparc64/lib
arch
/sparc64/mm
\
core-y
+=
arch
/sparc64/kernel/
arch
/sparc64/mm/
arch
/sparc64/prom
core-$(CONFIG_SOLARIS_EMUL)
+=
arch
/sparc64/solaris/
core-y
+=
arch
/sparc64/math-emu/
ifneq
($(CONFIG_SOLARIS_EMUL),n)
libs-y
+=
arch
/sparc64/prom/
arch
/sparc64/lib/
SUBDIRS
+=
arch
/sparc64/solaris
endif
SUBDIRS
+=
arch
/sparc64/math-emu
CORE_FILES
:=
arch
/sparc64/kernel/kernel.o
arch
/sparc64/mm/mm.o
$(CORE_FILES)
ifeq
($(CONFIG_SOLARIS_EMUL),y)
CORE_FILES
+=
arch
/sparc64/solaris/solaris.o
endif
CORE_FILES
+=
arch
/sparc64/math-emu/math-emu.o
LIBS
:=
$(TOPDIR)
/lib/lib.a
$(LIBS)
$(TOPDIR)
/arch/sparc64/prom/lib.a
\
$(TOPDIR)
/arch/sparc64/lib/lib.a
vmlinux.aout
:
vmlinux
vmlinux.aout
:
vmlinux
$(ELFTOAOUT)
-o
$(TOPDIR)
/vmlinux.aout
$(TOPDIR)
/vmlinux
$(ELFTOAOUT)
-o
$(TOPDIR)
/vmlinux.aout
$(TOPDIR)
/vmlinux
...
...
arch/sparc64/kernel/Makefile
View file @
3c6c1425
...
@@ -6,7 +6,6 @@ SH = $(CONFIG_SHELL)
...
@@ -6,7 +6,6 @@ SH = $(CONFIG_SHELL)
EXTRA_AFLAGS
:=
-ansi
EXTRA_AFLAGS
:=
-ansi
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o init_task.o
EXTRA_TARGETS
:=
head.o init_task.o
export-objs
:=
sparc64_ksyms.o
export-objs
:=
sparc64_ksyms.o
...
...
arch/sparc64/math-emu/Makefile
View file @
3c6c1425
#
#
# Makefile for the FPU instruction emulation.
# Makefile for the FPU instruction emulation.
#
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET
:=
math-emu.o
obj-y
:=
math.o
obj-y
:=
math.o
EXTRA_CFLAGS
=
-I
.
-I
$(TOPDIR)
/include/math-emu
-w
EXTRA_CFLAGS
=
-I
.
-I
$(TOPDIR)
/include/math-emu
-w
...
...
arch/sparc64/mm/Makefile
View file @
3c6c1425
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
EXTRA_AFLAGS
:=
-ansi
EXTRA_AFLAGS
:=
-ansi
O_TARGET
:=
mm.o
obj-y
:=
ultra.o fault.o init.o generic.o extable.o modutil.o
obj-y
:=
ultra.o fault.o init.o generic.o extable.o modutil.o
obj-$(CONFIG_HUGETLB_PAGE)
+=
hugetlbpage.o
obj-$(CONFIG_HUGETLB_PAGE)
+=
hugetlbpage.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