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
2e2d2abd
Commit
2e2d2abd
authored
Mar 24, 2003
by
Pete Zaitcev
Committed by
David S. Miller
Mar 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Handle make w/o arg sanely, by Sam Ravnborg.
parent
806d4343
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
arch/sparc/Makefile
arch/sparc/Makefile
+12
-3
arch/sparc/boot/Makefile
arch/sparc/boot/Makefile
+0
-4
No files found.
arch/sparc/Makefile
View file @
2e2d2abd
...
...
@@ -54,13 +54,16 @@ NET_Y := $(patsubst %/, %/built-in.o, $(net-y))
LIBS_Y
:=
$(
patsubst
%/, %/lib.a,
$
(
libs-y
))
export
INIT_Y
CORE_Y
DRIVERS_Y
NET_Y
LIBS_Y
HEAD_Y
makeboot
=
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
arch
/
$(ARCH)
/boot
$(1)
# Default target
all
:
image
boot
:=
arch
/sparc/boot
image tftpboot.img
:
vmlinux
$(
call
makeboot,arch/sparc/boot/
$@
)
$(
Q)$(MAKE)
$(build)
=
$(boot)
$(boot)
/
$@
archclean
:
$(Q)$(MAKE)
-f
scripts/Makefile.clean
obj
=
arch
/
$(ARCH)
/boot
$(Q)$(MAKE)
$(clean)
=
$(boot)
prepare
:
include/asm-$(ARCH)/asm_offsets.h
...
...
@@ -72,3 +75,9 @@ include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.s
CLEAN_FILES
+=
include/asm-
$(ARCH)
/asm_offsets.h
\
arch
/
$(ARCH)
/kernel/asm-offsets.s
# Don't use tabs in echo arguments.
define
archhelp
echo
'* image - kernel image ($(boot)/image)'
echo
' tftpboot.img - image prepared for tftp'
endef
arch/sparc/boot/Makefile
View file @
2e2d2abd
...
...
@@ -32,7 +32,3 @@ $(obj)/tftpboot.img: $(obj)/piggyback $(obj)/System.map $(obj)/image FORCE
$(obj)/btfix.s
:
$(obj)/btfixupprep vmlinux FORCE
$(
call
if_changed,btfix
)
archhelp
:
@
echo
'* image - kernel image (
$(obj)
/image)'
@
echo
' tftpboot.img - image prepared for tftp'
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