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
5663236f
Commit
5663236f
authored
Nov 21, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge zephyr:src/kernel/v2.5/linux-2.5.make
into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make
parents
dbc4fc9c
512532f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
arch/i386/oprofile/Makefile
arch/i386/oprofile/Makefile
+7
-9
scripts/Makefile.lib
scripts/Makefile.lib
+2
-2
No files found.
arch/i386/oprofile/Makefile
View file @
5663236f
obj-$(CONFIG_OPROFILE)
+=
oprofile.o
DRIVER_OBJS
=
$(
addprefix
../../../drivers/oprofile/,
\
oprof.o cpu_buffer.o buffer_sync.o
\
event_buffer.o oprofile_files.o
\
oprofilefs.o oprofile_stats.o
)
oprofile-objs
:=
$(DRIVER_OBJS)
init.o timer_int.o
oprof.o cpu_buffer.o buffer_sync.o
\
event_buffer.o oprofile_files.o
\
oprofilefs.o oprofile_stats.o
)
oprofile-
$(CONFIG_X86_LOCAL_APIC)
+=
nmi_int.o op_model_athlon.o op_model_ppro
.o
include
$(TOPDIR)/Rules.make
oprofile-
y
:=
$(DRIVER_OBJS)
init.o timer_int
.o
oprofile-$(CONFIG_X86_LOCAL_APIC)
+=
nmi_int.o op_model_athlon.o
\
op_model_ppro.o
scripts/Makefile.lib
View file @
5663236f
...
...
@@ -130,8 +130,8 @@ c_flags = -Wp,-MD,$(depfile) $(CFLAGS) $(NOSTDINC_FLAGS) \
$(basename_flags)
$(modname_flags)
$(export_flags)
# Finds the multi-part object the current object will be linked into
modname-multi
=
$(
subst
$(space)
,_,
$(
s
trip
$(
foreach
m,
$
(
multi-used
)
,
\
$(
if
$(
filter
$
(
*
F
)
.o,
$
(
$
(
m:.o
=
-objs
)))
,
$(m:.o=)
))))
modname-multi
=
$(
subst
$(space)
,_,
$(
s
ort
$(
foreach
m,
$
(
multi-used
)
,
\
$(
if
$(
filter
$(
subst
$(obj)
/,,
$*
.o
)
,
$
(
$
(
m:.o
=
-objs
))
$
(
$
(
m:.o
=
-y
)))
,
$(m:.o=)
))))
# Shipped files
# ===========================================================================
...
...
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