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
ba84c823
Commit
ba84c823
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/ppc64 cleanup / O_TARGET removal
parent
ef7b31bd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
21 deletions
+2
-21
arch/ppc64/Makefile
arch/ppc64/Makefile
+2
-9
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/Makefile
+0
-1
arch/ppc64/lib/Makefile
arch/ppc64/lib/Makefile
+0
-2
arch/ppc64/mm/Makefile
arch/ppc64/mm/Makefile
+0
-7
arch/ppc64/xmon/Makefile
arch/ppc64/xmon/Makefile
+0
-2
No files found.
arch/ppc64/Makefile
View file @
ba84c823
...
...
@@ -26,15 +26,8 @@ CPP = $(CC) -E $(CFLAGS)
HEAD
:=
arch
/ppc64/kernel/head.o
ARCH_SUBDIRS
=
arch
/ppc64/kernel
arch
/ppc64/mm
arch
/ppc64/lib
SUBDIRS
:=
$(SUBDIRS)
$(ARCH_SUBDIRS)
ARCHIVES
:=
arch
/ppc64/kernel/kernel.o
arch
/ppc64/mm/mm.o
arch
/ppc64/lib/lib.o
$(ARCHIVES)
CORE_FILES
:=
arch
/ppc64/kernel/kernel.o
arch
/ppc64/mm/mm.o
arch
/ppc64/lib/lib.o
$(CORE_FILES)
ifdef
CONFIG_XMON
SUBDIRS
+=
arch
/ppc64/xmon
CORE_FILES
+=
arch
/ppc64/xmon/x.o
endif
core-y
+=
arch
/ppc64/kernel/
arch
/ppc64/mm/
arch
/ppc64/lib/
core-$(CONFIG_XMON)
+=
arch
/ppc64/xmon/
MAKEBOOT
=
$(MAKE)
-C
arch
/
$(ARCH)
/boot
...
...
arch/ppc64/kernel/Makefile
View file @
ba84c823
...
...
@@ -6,7 +6,6 @@ EXTRA_CFLAGS = -mno-minimal-toc
KHEAD
:=
head.o
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
$(KHEAD)
export-objs
:=
ppc_ksyms.o
...
...
arch/ppc64/lib/Makefile
View file @
ba84c823
...
...
@@ -2,8 +2,6 @@
# Makefile for ppc64-specific library files..
#
O_TARGET
=
lib.o
export-objs
:=
dec_and_lock.o
obj-y
:=
checksum.o dec_and_lock.o string.o strcase.o copypage.o
\
...
...
arch/ppc64/mm/Makefile
View file @
ba84c823
#
# Makefile for the linux ppc-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_CFLAGS
=
-mno-minimal-toc
O_TARGET
:=
mm.o
obj-y
:=
fault.o init.o extable.o imalloc.o
obj-$(CONFIG_DISCONTIGMEM)
+=
numa.o
...
...
arch/ppc64/xmon/Makefile
View file @
ba84c823
...
...
@@ -2,8 +2,6 @@
EXTRA_CFLAGS
=
-mno-minimal-toc
O_TARGET
=
x.o
obj-y
:=
start.o xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
include
$(TOPDIR)/Rules.make
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