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
4dfa2bf1
Commit
4dfa2bf1
authored
May 13, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86_64: Use standard AS rule
parent
c36b8ba9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
arch/x86_64/ia32/Makefile
arch/x86_64/ia32/Makefile
+1
-4
arch/x86_64/kernel/Makefile
arch/x86_64/kernel/Makefile
+3
-7
arch/x86_64/lib/Makefile
arch/x86_64/lib/Makefile
+1
-2
No files found.
arch/x86_64/ia32/Makefile
View file @
4dfa2bf1
...
...
@@ -2,10 +2,7 @@
# Makefile for the ia32 kernel emulation subsystem.
#
.S.s
:
$(CPP)
$(AFLAGS)
-o
$*
.s
$<
.S.o
:
$(CC)
$(AFLAGS)
-c
-o
$*
.o
$<
USE_STANDARD_AS_RULE
:=
true
export-objs
:=
ia32_ioctl.o
...
...
arch/x86_64/kernel/Makefile
View file @
4dfa2bf1
#
# 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...
.S.o
:
$(CC)
$(AFLAGS)
-traditional
-c
$<
-o
$*
.o
USE_STANDARD_AS_RULE
:=
true
EXTRA_AFLAGS
:=
-traditional
all
:
kernel.o head.o head64.o init_task.o
...
...
arch/x86_64/lib/Makefile
View file @
4dfa2bf1
...
...
@@ -2,8 +2,7 @@
# Makefile for x86_64-specific library files..
#
.S.o
:
$(CC)
$(AFLAGS)
-c
$<
-o
$*
.o
USE_STANDARD_AS_RULE
:=
true
L_TARGET
=
lib.a
obj-y
=
generic-checksum.o old-checksum.o delay.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