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
Kirill Smelkov
linux
Commits
d779a520
Commit
d779a520
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/sparc cleanup / O_TARGET removal
parent
3d234231
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
22 deletions
+3
-22
arch/sparc/Makefile
arch/sparc/Makefile
+3
-8
arch/sparc/kernel/Makefile
arch/sparc/kernel/Makefile
+0
-1
arch/sparc/math-emu/Makefile
arch/sparc/math-emu/Makefile
+0
-7
arch/sparc/mm/Makefile
arch/sparc/mm/Makefile
+0
-6
No files found.
arch/sparc/Makefile
View file @
d779a520
...
...
@@ -34,17 +34,12 @@ endif
HEAD
:=
arch
/sparc/kernel/head.o
arch
/sparc/kernel/init_task.o
SUBDIRS
+=
arch
/sparc/kernel
arch
/sparc/lib
arch
/sparc/prom
\
arch
/sparc/mm
arch
/sparc/math-emu
CORE_FILES
:=
arch
/sparc/kernel/kernel.o
arch
/sparc/mm/mm.o
$(CORE_FILES)
\
arch
/sparc/math-emu/math-emu.o
LIBS
:=
$(LIBS)
arch
/sparc/prom/lib.a
arch
/sparc/lib/lib.a
core-y
+=
arch
/sparc/kernel/
arch
/sparc/mm/
arch
/sparc/math-emu/
libs-y
+=
arch
/sparc/prom/
arch
/sparc/lib/
# This one has to come last
SUBDIRS
+=
arch
/sparc/boot
CORE_FILES_NO_BTFIX
:=
$(
CORE_FILES
)
CORE_FILES_NO_BTFIX
:=
$(
addsuffix
built-in.o,
$
(
core-y
)
)
CORE_FILES
+=
arch
/sparc/boot/btfix.o
# Export what is needed by arch/sparc/boot/Makefile
...
...
arch/sparc/kernel/Makefile
View file @
d779a520
...
...
@@ -4,7 +4,6 @@
SH
=
$(CONFIG_SHELL)
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o init_task.o
EXTRA_AFLAGS
:=
-ansi
...
...
arch/sparc/math-emu/Makefile
View file @
d779a520
#
# 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 ashldi3.o
EXTRA_AFLAGS
:=
-ansi
...
...
arch/sparc/mm/Makefile
View file @
d779a520
# $Id: Makefile,v 1.38 2000/12/15 00:41:22 davem Exp $
# Makefile for the linux Sparc-specific parts of the memory manager.
#
# 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...
EXTRA_AFLAGS
:=
-ansi
O_TARGET
:=
mm.o
obj-y
:=
fault.o init.o loadmmu.o generic.o extable.o btfixup.o
ifeq
($(CONFIG_SUN4),y)
...
...
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