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
nexedi
linux
Commits
ef7b31bd
Commit
ef7b31bd
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/ppc cleanup / O_TARGET removal
parent
51345335
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
10 additions
and
79 deletions
+10
-79
arch/ppc/4xx_io/Makefile
arch/ppc/4xx_io/Makefile
+1
-4
arch/ppc/8260_io/Makefile
arch/ppc/8260_io/Makefile
+0
-7
arch/ppc/8xx_io/Makefile
arch/ppc/8xx_io/Makefile
+0
-7
arch/ppc/Makefile
arch/ppc/Makefile
+9
-39
arch/ppc/amiga/Makefile
arch/ppc/amiga/Makefile
+0
-7
arch/ppc/iSeries/Makefile
arch/ppc/iSeries/Makefile
+0
-1
arch/ppc/kernel/Makefile
arch/ppc/kernel/Makefile
+0
-1
arch/ppc/lib/Makefile
arch/ppc/lib/Makefile
+0
-2
arch/ppc/math-emu/Makefile
arch/ppc/math-emu/Makefile
+0
-1
arch/ppc/mm/Makefile
arch/ppc/mm/Makefile
+0
-6
arch/ppc/platforms/Makefile
arch/ppc/platforms/Makefile
+0
-2
arch/ppc/xmon/Makefile
arch/ppc/xmon/Makefile
+0
-2
No files found.
arch/ppc/4xx_io/Makefile
View file @
ef7b31bd
...
...
@@ -2,10 +2,7 @@
# Makefile for the linux MPC4xx ppc-specific parts
#
O_TARGET
:=
4xx_io.o
#obj-y :=
obj-$(CONFIG_SERIAL_SICC)
+=
serial_sicc.o
include
$(TOPDIR)/Rules.make
arch/ppc/8260_io/Makefile
View file @
ef7b31bd
#
# Makefile for the linux MPC8xx ppc-specific parts of comm processor
#
# 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
:=
8260_io.o
obj-y
:=
commproc.o uart.o
...
...
arch/ppc/8xx_io/Makefile
View file @
ef7b31bd
#
# Makefile for the linux MPC8xx ppc-specific parts of comm processor
#
# 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
:=
8xx_io.o
export-objs
:=
fec.o
...
...
arch/ppc/Makefile
View file @
ef7b31bd
...
...
@@ -53,48 +53,18 @@ else
endif
endif
ARCH_SUBDIRS
=
arch
/ppc/kernel
arch
/ppc/platforms
arch
/ppc/mm
arch
/ppc/lib
SUBDIRS
:=
$(SUBDIRS)
$(ARCH_SUBDIRS)
CORE_FILES
:=
arch
/ppc/kernel/kernel.o
arch
/ppc/platforms/platform.o
\
arch
/ppc/mm/mm.o
arch
/ppc/lib/lib.o
$(CORE_FILES)
ifdef
CONFIG_MATH_EMULATION
SUBDIRS
+=
arch
/ppc/math-emu
CORE_FILES
+=
arch
/ppc/math-emu/math-emu.o
endif
ifdef
CONFIG_XMON
SUBDIRS
+=
arch
/ppc/xmon
CORE_FILES
+=
arch
/ppc/xmon/x.o
endif
core-y
+=
arch
/ppc/kernel/
arch
/ppc/platforms/
arch/ppc/mm/
arch/ppc/lib/
core-$(CONFIG_MATH_EMULATION)
+=
arch
/ppc/math-emu/
core-$(CONFIG_XMON)
+=
arch
/ppc/xmon/
core-$(CONFIG_APUS)
+=
arch
/ppc/amiga/
core-$(CONFIG_PPC_ISERIES)
+=
arch
/ppc/iSeries/
drivers-$(CONFIG_8xx)
+=
arch
/ppc/8xx_io/
drivers-$(CONFIG_4xx)
+=
arch
/ppc/4xx_io/
drivers-$(CONFIG_8260)
+=
arch
/ppc/8260_io/
MAKEBOOT
=
$(MAKE)
-C
arch
/
$(ARCH)
/boot
ifdef
CONFIG_8xx
SUBDIRS
+=
arch
/ppc/8xx_io
DRIVERS
+=
arch
/ppc/8xx_io/8xx_io.o
endif
ifdef
CONFIG_8260
SUBDIRS
+=
arch
/ppc/8260_io
DRIVERS
+=
arch
/ppc/8260_io/8260_io.o
endif
ifdef
CONFIG_4xx
SUBDIRS
+=
arch
/ppc/4xx_io
DRIVERS
+=
arch
/ppc/4xx_io/4xx_io.o
endif
ifdef
CONFIG_APUS
SUBDIRS
+=
arch
/ppc/amiga
CORE_FILES
+=
arch
/ppc/amiga/amiga.o
endif
ifdef
CONFIG_PPC_ISERIES
SUBDIRS
+=
arch
/ppc/iSeries
CORE_FILES
+=
arch
/ppc/iSeries/iSeries.o
endif
BOOT_TARGETS
=
zImage zImage.initrd znetboot znetboot.initrd pImage vmlinux.sm
AFLAGS_vmlinux.lds.o
:=
-Upowerpc
...
...
arch/ppc/amiga/Makefile
View file @
ef7b31bd
#
# Makefile for Linux arch/m68k/amiga source directory
#
# 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...
O_TARGET
:=
amiga.o
export-objs
:=
amiga_ksyms.o
...
...
arch/ppc/iSeries/Makefile
View file @
ef7b31bd
...
...
@@ -2,7 +2,6 @@
# Makefile for Linux arch/ppc/iSeries source directory
#
O_TARGET
:=
iSeries.o
export-objs
:=
iSeries_ksyms.o
obj-y
+=
LparData.o ItLpQueue.o HvLpEvent.o HvCall.o mf.o iSeries_proc.o mf_proc.o iSeries_ksyms.o HvLpConfig.o pmc_proc.o rtc.o
...
...
arch/ppc/kernel/Makefile
View file @
ef7b31bd
...
...
@@ -18,7 +18,6 @@ HEAD-$(CONFIG_40x) := head_4xx.o
HEAD-$(CONFIG_8xx)
:=
head_8xx.o
HEAD-$(CONFIG_PPC_ISERIES)
:=
iSeries_head.o
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
$
(
HEAD-y
)
export-objs
:=
ppc_ksyms.o time.o ppc405_dma.o
...
...
arch/ppc/lib/Makefile
View file @
ef7b31bd
...
...
@@ -2,8 +2,6 @@
# Makefile for ppc-specific library files..
#
O_TARGET
:=
lib.o
export-objs
:=
dec_and_lock.o
obj-y
:=
checksum.o string.o strcase.o dec_and_lock.o
...
...
arch/ppc/math-emu/Makefile
View file @
ef7b31bd
O_TARGET
:=
math-emu.o
obj-y
:=
math.o fmr.o lfd.o stfd.o
...
...
arch/ppc/mm/Makefile
View file @
ef7b31bd
#
# 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...
ifdef
CONFIG_PPC64BRIDGE
EXTRA_AFLAGS
:=
-Wa
,-mppc64bridge
...
...
@@ -13,7 +8,6 @@ endif
AFLAGS_hashtable.o
+=
-I
$(TOPDIR)
/arch/
$(ARCH)
/kernel
O_TARGET
:=
mm.o
obj-y
:=
fault.o init.o mem_pieces.o extable.o
\
mmu_context.o pgtable.o
...
...
arch/ppc/platforms/Makefile
View file @
ef7b31bd
...
...
@@ -12,8 +12,6 @@ endif
# Extra CFLAGS so we don't have to do relative includes
CFLAGS_pmac_setup.o
+=
-I
$(TOPDIR)
/arch/
$(ARCH)
/mm
O_TARGET
:=
platform.o
export-objs
:=
prep_setup.o
obj-$(CONFIG_CEDER)
+=
ceder.o ibmnp405l.o
...
...
arch/ppc/xmon/Makefile
View file @
ef7b31bd
# Makefile for xmon
O_TARGET
:=
x.o
ifdef
CONFIG_8xx
obj-y
:=
start_8xx.o
else
...
...
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