Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a3a9e99e
Commit
a3a9e99e
authored
Sep 28, 2005
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: Fix building in the old arch's boot directory for now
Signed-off-by:
Paul Mackerras
<
paulus@samba.org
>
parent
400d2212
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/powerpc/Makefile
arch/powerpc/Makefile
+4
-4
No files found.
arch/powerpc/Makefile
View file @
a3a9e99e
...
...
@@ -152,13 +152,13 @@ CPPFLAGS_vmlinux.lds := -Upowerpc
# All the instructions talk about "make bzImage".
bzImage
:
zImage
boot
:=
arch
/
$(ARCH)
/boot
boot
:=
arch
/
$(
OLD
ARCH)
/boot
$(BOOT_TARGETS)
:
vmlinux
$(Q)$(MAKE)
$(build)
=
$(boot)
$@
$(Q)$(MAKE)
ARCH
=
$(OLDARCH)
$(build)
=
$(boot)
$@
uImage
:
vmlinux
$(Q)$(MAKE)
$(build)
=
$(boot)
/images
$(boot)
/images/
$@
$(Q)$(MAKE)
ARCH
=
$(OLDARCH)
$(build)
=
$(boot)
/images
$(boot)
/images/
$@
define
archhelp
@echo
'* zImage - Compressed kernel image (arch/$(ARCH)/boot/images/zImage.*)'
...
...
@@ -171,7 +171,7 @@ define archhelp
endef
archclean
:
$(Q)$(MAKE)
$(clean)
=
arch
/ppc/boot
$(Q)$(MAKE)
$(clean)
=
$(boot)
# Temporary hack until we have migrated to asm-powerpc
$(Q)
rm
-rf
arch
/
$(ARCH)
/include
...
...
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