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
87f5a7f7
Commit
87f5a7f7
authored
Nov 30, 2007
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS v10: Update boot Kbuild makefile.
- Remove old specific targets, use more generic ones instead.
parent
2c2314bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
arch/cris/arch-v10/boot/Makefile
arch/cris/arch-v10/boot/Makefile
+16
-8
No files found.
arch/cris/arch-v10/boot/Makefile
View file @
87f5a7f7
#
# arch/cris/boot/Makefile
# arch/cris/
arch-v10/
boot/Makefile
#
target
=
$(target_boot_dir)
src
=
$(src_boot_dir)
zImage
:
compressed/vmlinuz
OBJCOPY
=
objcopy-cris
OBJCOPYFLAGS
=
-O
binary
--remove-section
=
.bss
compressed/vmlinuz
:
@
$(MAKE)
-f
$(src)
/compressed/Makefile
$(target_compressed_dir)
/vmlinuz
subdir-
:=
compressed rescue
targets
:=
Image
clean
:
@
$(MAKE)
-f
$(src)
/compressed/Makefile clean
$(obj)/Image
:
vmlinux FORCE
$(
call
if_changed,objcopy
)
@
echo
' Kernel: $@ is ready'
$(obj)/compressed/vmlinux
:
$(obj)/Image FORCE
$(Q)$(MAKE)
$(build)
=
$(obj)
/compressed
$@
$(Q)$(MAKE)
$(build)
=
$(obj)
/rescue
$(obj)
/rescue/rescue.bin
$(obj)/zImage
:
$(obj)/compressed/vmlinux
@
cp
$<
$@
@
echo
' Kernel: $@ is ready'
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