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
527bbbb9
Commit
527bbbb9
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/s390x cleanup / O_TARGET removal
parent
21b0adc0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
15 deletions
+3
-15
arch/s390x/Makefile
arch/s390x/Makefile
+3
-4
arch/s390x/boot/Makefile
arch/s390x/boot/Makefile
+0
-2
arch/s390x/kernel/Makefile
arch/s390x/kernel/Makefile
+0
-2
arch/s390x/mm/Makefile
arch/s390x/mm/Makefile
+0
-7
No files found.
arch/s390x/Makefile
View file @
527bbbb9
...
...
@@ -24,10 +24,9 @@ CFLAGS := $(CFLAGS) $(CFLAGS_PIPE) $(CFLAGS_NSR)
HEAD
:=
arch
/s390x/kernel/head.o
arch
/s390x/kernel/init_task.o
SUBDIRS
+=
arch
/s390x/mm
arch
/s390x/kernel
arch
/s390x/lib drivers/s390
CORE_FILES
:=
arch
/s390x/mm/mm.o
arch
/s390x/kernel/kernel.o
$(CORE_FILES)
DRIVERS
:=
$(DRIVERS)
drivers/s390/built-in.o
LIBS
:=
$(TOPDIR)
/arch/s390x/lib/lib.a
$(LIBS)
$(TOPDIR)
/arch/s390x/lib/lib.a
core-y
+=
arch
/s390x/mm/
arch
/s390x/kernel/
drivers-y
+=
drivers/s390/
libs-y
+=
arch
/s390/lib/
all
:
image listing
...
...
arch/s390x/boot/Makefile
View file @
527bbbb9
...
...
@@ -2,8 +2,6 @@
# Makefile for the linux s390-specific parts of the memory manager.
#
O_TARGET
:=
EXTRA_AFLAGS
:=
-traditional
include
$(TOPDIR)/Rules.make
...
...
arch/s390x/kernel/Makefile
View file @
527bbbb9
...
...
@@ -5,8 +5,6 @@
EXTRA_TARGETS
:=
head.o init_task.o
EXTRA_AFLAGS
:=
-traditional
O_TARGET
:=
kernel.o
export-objs
:=
debug.o ebcdic.o irq.o s390_ext.o smp.o s390_ksyms.o
\
exec32.o
...
...
arch/s390x/mm/Makefile
View file @
527bbbb9
#
# Makefile for the linux i386-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 ioremap.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