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
16ec7a76
Commit
16ec7a76
authored
Jun 11, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Two small fixes: fix Makefiles so "make clean" removes
.offsets.h.stamp. Remove unused variable in acpi-ext code.
parent
7bee50d8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
arch/ia64/Makefile
arch/ia64/Makefile
+8
-1
arch/ia64/kernel/Makefile
arch/ia64/kernel/Makefile
+0
-7
arch/ia64/kernel/acpi-ext.c
arch/ia64/kernel/acpi-ext.c
+0
-1
No files found.
arch/ia64/Makefile
View file @
16ec7a76
...
@@ -79,13 +79,20 @@ check: vmlinux
...
@@ -79,13 +79,20 @@ check: vmlinux
archclean
:
archclean
:
$(Q)$(MAKE)
$(clean)
=
$(boot)
$(Q)$(MAKE)
$(clean)
=
$(boot)
CLEAN_FILES
+=
include/asm-ia64/offsets.h vmlinux.gz bootloader
CLEAN_FILES
+=
include/asm-ia64/
.offsets.h.stamp include/asm-ia64/
offsets.h vmlinux.gz bootloader
prepare
:
include/asm-ia64/offsets.h
prepare
:
include/asm-ia64/offsets.h
include/asm-$(ARCH)/offsets.h
:
arch/$(ARCH)/kernel/asm-offsets.s
include/asm-$(ARCH)/offsets.h
:
arch/$(ARCH)/kernel/asm-offsets.s
$(
call
filechk,gen-asm-offsets
)
$(
call
filechk,gen-asm-offsets
)
arch/ia64/kernel/asm-offsets.s
:
include/asm-ia64/.offsets.h.stamp
include/asm-ia64/.offsets.h.stamp
:
[
-s
include/asm-ia64/offsets.h
]
\
||
echo
"#define IA64_TASK_SIZE 0"
>
include/asm-ia64/offsets.h
touch
$@
boot
:
lib/lib.a vmlinux
boot
:
lib/lib.a vmlinux
$(Q)$(MAKE)
$(build)
=
$(boot)
$@
$(Q)$(MAKE)
$(build)
=
$(boot)
$@
...
...
arch/ia64/kernel/Makefile
View file @
16ec7a76
...
@@ -20,10 +20,3 @@ obj-$(CONFIG_MODULES) += module.o
...
@@ -20,10 +20,3 @@ obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_SMP)
+=
smp.o smpboot.o
obj-$(CONFIG_SMP)
+=
smp.o smpboot.o
obj-$(CONFIG_PERFMON)
+=
perfmon_default_smpl.o
obj-$(CONFIG_PERFMON)
+=
perfmon_default_smpl.o
arch/$(ARCH)/kernel/asm-offsets.s
:
include/asm-$(ARCH)/.offsets.h.stamp
include/asm-$(ARCH)/.offsets.h.stamp
:
[
-s
include/asm-
$(ARCH)
/offsets.h
]
||
echo
"#define IA64_TASK_SIZE 0"
>
include/asm-
$(ARCH)
/offsets.h
touch
$@
CLEAN_FILES
+=
include/asm-ia64/.offsets.h.stamp
arch/ia64/kernel/acpi-ext.c
View file @
16ec7a76
...
@@ -84,7 +84,6 @@ hp_acpi_csr_space(acpi_handle obj, u64 *csr_base, u64 *csr_length)
...
@@ -84,7 +84,6 @@ hp_acpi_csr_space(acpi_handle obj, u64 *csr_base, u64 *csr_length)
acpi_status
status
;
acpi_status
status
;
u8
*
data
;
u8
*
data
;
u32
length
;
u32
length
;
int
i
;
status
=
acpi_find_vendor_resource
(
obj
,
&
hp_ccsr_descriptor
,
&
data
,
&
length
);
status
=
acpi_find_vendor_resource
(
obj
,
&
hp_ccsr_descriptor
,
&
data
,
&
length
);
...
...
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