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
27aec37f
Commit
27aec37f
authored
May 08, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sparc64: Make use of USE_STANDARD_AS_RULE.
parent
1cbbc706
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
45 deletions
+13
-45
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/Makefile
+2
-10
arch/sparc64/lib/Makefile
arch/sparc64/lib/Makefile
+2
-7
arch/sparc64/mm/Makefile
arch/sparc64/mm/Makefile
+2
-10
arch/sparc64/prom/Makefile
arch/sparc64/prom/Makefile
+3
-11
arch/sparc64/solaris/Makefile
arch/sparc64/solaris/Makefile
+4
-7
No files found.
arch/sparc64/kernel/Makefile
View file @
27aec37f
# $Id: Makefile,v 1.70 2002/02/09 19:49:30 davem Exp $
# Makefile for the linux kernel.
#
# 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 definitions are now in the main makefile...
SH
=
$(CONFIG_SHELL)
.S.s
:
$(CPP)
$(AFLAGS)
-ansi
$<
-o
$*
.s
.S.o
:
$(CC)
$(AFLAGS)
-ansi
-c
$<
-o
$*
.o
USE_STANDARD_AS_RULE
:=
true
EXTRA_AFLAGS
:=
-ansi
all
:
kernel.o head.o init_task.o
...
...
arch/sparc64/lib/Makefile
View file @
27aec37f
...
...
@@ -2,13 +2,8 @@
# Makefile for Sparc64 library files..
#
.S.s
:
$(CPP)
$(AFLAGS)
-ansi
$<
-o
$*
.s
.S.o
:
$(CC)
$(AFLAGS)
-ansi
-c
$<
-o
$*
.o
CFLAGS
:=
$(CFLAGS)
USE_STANDARD_AS_RULE
:=
true
EXTRA_AFLAGS
:=
-ansi
L_TARGET
=
lib.a
obj-y
:=
PeeCeeI.o blockops.o debuglocks.o strlen.o strncmp.o
\
...
...
arch/sparc64/mm/Makefile
View file @
27aec37f
# $Id: Makefile,v 1.8 2000/12/14 22:57:25 davem Exp $
# Makefile for the linux Sparc64-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...
.S.s
:
$(CPP)
$(AFLAGS)
-ansi
$<
-o
$*
.s
.S.o
:
$(CC)
$(AFLAGS)
-ansi
-c
$<
-o
$*
.o
USE_STANDARD_AS_RULE
:=
true
EXTRA_AFLAGS
:=
-ansi
O_TARGET
:=
mm.o
obj-y
:=
ultra.o fault.o init.o generic.o extable.o modutil.o
...
...
arch/sparc64/prom/Makefile
View file @
27aec37f
...
...
@@ -2,22 +2,14 @@
# Makefile for the Sun Boot PROM interface library under
# Linux.
#
# 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 definitions are now in the main makefile...
USE_STANDARD_AS_RULE
:=
true
EXTRA_AFLAGS
:=
-ansi
L_TARGET
=
promlib.a
obj-y
:=
bootstr.o devops.o init.o memory.o misc.o
\
tree.o console.o printf.o p1275.o map.o
.S.s
:
$(CPP)
$(AFLAGS)
-ansi
$<
-o
$*
.s
.S.o
:
$(CC)
$(AFLAGS)
-ansi
-c
$<
-o
$*
.o
include
$(TOPDIR)/Rules.make
%.o
:
%.c
...
...
arch/sparc64/solaris/Makefile
View file @
27aec37f
...
...
@@ -7,16 +7,13 @@
#
# Note 2! The CFLAGS definition is now in the main makefile...
USE_STANDARD_AS_RULE
:=
true
EXTRA_AFLAGS
:=
-ansi
ifeq
($(CONFIG_SOLARIS_EMUL),m)
CPPFLAGS
=
$(MODFLAGS)
EXTRA_AFLAGS
+
=
$(MODFLAGS)
endif
.S.s
:
$(CPP)
$(AFLAGS)
$(CPPFLAGS)
-ansi
$<
-o
$*
.s
.S.o
:
$(CC)
$(AFLAGS)
$(CPPFLAGS)
-ansi
-c
$<
-o
$*
.o
list-multi
:=
solaris.o
solaris-objs
:=
entry64.o fs.o misc.o signal.o systbl.o socket.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