-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Max Filippov
authored and
Chris Zankel
committed
Dec 19, 2012
1 parent
b91ea49
commit e7dc9bd
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 3f5ec298e56587462d91320c9e49f3e38f2beb17 | ||
refs/heads/master: 0322cabd39e27614772595abb395871e86ebff66 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# This file is subject to the terms and conditions of the GNU General Public | ||
# License. See the file "COPYING" in the main directory of this archive | ||
# for more details. | ||
# | ||
|
||
UIMAGE_LOADADDR = 0xd0001000 | ||
UIMAGE_COMPRESSION = gzip | ||
|
||
$(obj)/../uImage: vmlinux.bin.gz FORCE | ||
$(call if_changed,uimage) | ||
$(Q)$(kecho) ' Kernel: $@ is ready' | ||
|
||
zImage: $(obj)/../uImage |