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
51345335
Commit
51345335
authored
Sep 22, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: arch/parisc cleanup / O_TARGET removal
parent
f24aadaf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
25 deletions
+12
-25
arch/parisc/Makefile
arch/parisc/Makefile
+11
-15
arch/parisc/hpux/Makefile
arch/parisc/hpux/Makefile
+0
-2
arch/parisc/kernel/Makefile
arch/parisc/kernel/Makefile
+0
-1
arch/parisc/mm/Makefile
arch/parisc/mm/Makefile
+1
-7
No files found.
arch/parisc/Makefile
View file @
51345335
...
...
@@ -38,21 +38,17 @@ CFLAGS += -mdisable-fpregs
HEAD
=
arch
/parisc/kernel/head.o
SUBDIRS
:=
$(SUBDIRS)
$(
addprefix
arch
/parisc/, tools kernel mm lib hpux
)
CORE_FILES
:=
$(
addprefix
arch
/parisc/, kernel/pdc_cons.o kernel/process.o
\
lib/lib.a mm/mm.o kernel/kernel.o hpux/hpux.o
)
\
$(CORE_FILES)
arch
/parisc/kernel/init_task.o
LIBS
:=
`
$(CC)
-print-libgcc-file-name
`
$(TOPDIR)
/arch/parisc/lib/lib.a
$(LIBS)
ifdef
CONFIG_MATH_EMULATION
SUBDIRS
:=
$(SUBDIRS)
arch
/parisc/math-emu
DRIVERS
:=
$(DRIVERS)
arch
/parisc/math-emu/math.a
endif
ifdef
CONFIG_KWDB
SUBDIRS
:=
$(SUBDIRS)
arch
/parisc/kdb
DRIVERS
:=
$(DRIVERS)
arch
/parisc/kdb/kdb.o
endif
SUBDIRS
+=
arch
/parisc/tools
core-y
+=
arch
/parisc/kernel/pdc_cons.o
\
arch
/parisc/kernel/process.o
\
arch
/parisc/mm/
\
arch
/parisc/kernel/
\
arch
/parisc/hpux/
\
arch
/parisc/kernel/init_task.o
libs-y
+=
arch
/parisc/lib/lib.a
\
`
$(CC)
-print-libgcc-file-name
`
drivers-$(CONFIG_MATH_EMULATION)
+=
arch
/parisc/math-emu/
drivers-$(CONFIG_KWDB)
+=
arch
/parisc/kdb/
palo
:
vmlinux
export
TOPDIR
=
`
pwd
`
;
export
CONFIG_STI_CONSOLE
=
$(CONFIG_STI_CONSOLE)
;
\
...
...
arch/parisc/hpux/Makefile
View file @
51345335
...
...
@@ -2,8 +2,6 @@
# Makefile for the linux kernel.
#
O_TARGET
:=
hpux.o
obj-y
:=
entry_hpux.o gate.o wrappers.o fs.o ioctl.o sys_hpux.o
EXTRA_AFLAGS
:=
-traditional
...
...
arch/parisc/kernel/Makefile
View file @
51345335
...
...
@@ -2,7 +2,6 @@
# Makefile for the linux kernel.
#
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o init_task.o process.o pdc_cons.o
# Object file lists.
...
...
arch/parisc/mm/Makefile
View file @
51345335
#
# Makefile for the linux parisc-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
O_OBJS
:=
init.o fault.o kmap.o extable.o
objs-y
:=
init.o fault.o kmap.o extable.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