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
8f60dddc
Commit
8f60dddc
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/alpha cleanup / O_TARGET removal
parent
d3b4ca7b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
17 deletions
+3
-17
arch/alpha/Makefile
arch/alpha/Makefile
+3
-9
arch/alpha/kernel/Makefile
arch/alpha/kernel/Makefile
+0
-1
arch/alpha/mm/Makefile
arch/alpha/mm/Makefile
+0
-7
No files found.
arch/alpha/Makefile
View file @
8f60dddc
...
...
@@ -91,15 +91,9 @@ CFLAGS := $(CFLAGS) -Wa,-mev6
HEAD
:=
arch
/alpha/kernel/head.o
SUBDIRS
:=
$(SUBDIRS)
arch
/alpha/kernel
arch
/alpha/mm
arch
/alpha/lib
\
arch
/alpha/math-emu
CORE_FILES
:=
arch
/alpha/kernel/kernel.o
arch
/alpha/mm/mm.o
$(CORE_FILES)
ifeq
($(CONFIG_MATHEMU),y)
CORE_FILES
:=
$(CORE_FILES)
arch
/alpha/math-emu/built-in.o
endif
LIBS
:=
$(TOPDIR)
/arch/alpha/lib/lib.a
$(LIBS)
$(TOPDIR)
/arch/alpha/lib/lib.a
core-y
:=
arch
/alpha/kernel/
arch
/alpha/mm/
core-$(CONFIG_MATHEMU)
+=
arch
/alpha/math-emu/built-in.o
libs-y
:=
arch
/alpha/lib
MAKEBOOT
=
$(MAKE)
-C
arch
/alpha/boot
...
...
arch/alpha/kernel/Makefile
View file @
8f60dddc
...
...
@@ -2,7 +2,6 @@
# Makefile for the linux kernel.
#
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o
EXTRA_AFLAGS
:=
$(CFLAGS)
...
...
arch/alpha/mm/Makefile
View file @
8f60dddc
#
# Makefile for the linux alpha-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...
O_TARGET
:=
mm.o
obj-y
:=
init.o fault.o extable.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