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
0d475889
Commit
0d475889
authored
Dec 08, 2002
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: don't use call descend in boot Makefiles
parent
88e127a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
arch/ppc/Makefile
arch/ppc/Makefile
+4
-2
arch/ppc/boot/Makefile
arch/ppc/boot/Makefile
+1
-1
No files found.
arch/ppc/Makefile
View file @
0d475889
...
...
@@ -55,19 +55,21 @@ drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/
drivers-$(CONFIG_4xx)
+=
arch
/ppc/4xx_io/
drivers-$(CONFIG_8260)
+=
arch
/ppc/8260_io/
makeboot
=
$(
call
descend,arch/ppc/boot,
$(1)
)
makeboot
=
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
arch
/ppc/boot
$(1
)
BOOT_TARGETS
=
zImage zImage.initrd znetboot znetboot.initrd pImage vmlinux.sm
.PHONY
:
$(BOOT_TARGETS) clean archclean archmrproper
all
:
zImage
AFLAGS_vmlinux.lds.o
:=
-Upowerpc
# All the instructions talk about "make bzImage".
bzImage
:
zImage
$(BOOT_TARGETS)
:
vmlinux
+
@
$(
call
makeboot,
$@
)
@
$(
call
makeboot,
$@
)
%_config
:
arch/ppc/configs/%_defconfig
rm
-f
.config
arch
/ppc/defconfig
...
...
arch/ppc/boot/Makefile
View file @
0d475889
...
...
@@ -42,4 +42,4 @@ host-progs := $(addprefix utils/,$(tools-y))
$(BOOT_TARGETS)
:
$(bootdir-y)
$(bootdir-y)
:
$(addprefix $(obj)/
,
$(subdir-y))
+
$(
call
descend,
$(obj)
/
$@
,
$(MAKECMDGOALS)
)
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
$(obj)
/
$@
$(MAKECMDGOALS
)
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