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
9facb9b8
Commit
9facb9b8
authored
Mar 25, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: Make boot targets get cleaned up properly.
parent
9c969c9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
arch/sparc64/Makefile
arch/sparc64/Makefile
+5
-2
arch/sparc64/boot/Makefile
arch/sparc64/boot/Makefile
+1
-1
No files found.
arch/sparc64/Makefile
View file @
9facb9b8
...
...
@@ -71,10 +71,13 @@ libs-y += arch/sparc64/prom/ arch/sparc64/lib/
# FIXME: is drivers- right?
drivers-$(CONFIG_OPROFILE)
+=
arch
/sparc64/oprofile/
makeboot
=
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
arch
/
$(ARCH)
/boot
$(1)
boot
:=
arch
/sparc64/boot
image tftpboot.img vmlinux.aout
:
vmlinux
$(
call
makeboot,arch/sparc64/boot/
$@
)
$(Q)$(MAKE)
$(build)
=
$(boot)
$(boot)
/
$@
archclean
:
$(Q)$(MAKE)
$(clean)
=
$(boot)
define
archhelp
echo
'* vmlinux - Standard sparc64 kernel'
...
...
arch/sparc64/boot/Makefile
View file @
9facb9b8
...
...
@@ -8,7 +8,7 @@ ROOT_IMG := /usr/src/root.img
ELFTOAOUT
:=
elftoaout
host-progs
:=
piggyback
targets
:=
tftpboot.img vmlinux.aout
targets
:=
image
tftpboot.img vmlinux.aout
quiet_cmd_elftoaout
=
ELT2AOUT
$@
cmd_elftoaout
=
$(ELFTOAOUT)
vmlinux
-o
$@
...
...
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