diff options
| author | Michal Simek <monstr@monstr.eu> | 2009-05-26 10:30:32 -0400 |
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2009-05-26 10:45:24 -0400 |
| commit | 4b2368ffd6e3563b73b8391c133822a58b1b432a (patch) | |
| tree | f1f9ca02d2189b6654884d0d02428db2fbf66346 /arch/microblaze/boot | |
| parent | a116f6d5db4476d0c941b495a6122b0130bbf20b (diff) | |
microblaze_mmu_v2: Makefiles
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/boot')
| -rw-r--r-- | arch/microblaze/boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/boot/Makefile b/arch/microblaze/boot/Makefile index 844edf406d34..c2bb043a029d 100644 --- a/arch/microblaze/boot/Makefile +++ b/arch/microblaze/boot/Makefile | |||
| @@ -7,6 +7,8 @@ targets := linux.bin linux.bin.gz | |||
| 7 | OBJCOPYFLAGS_linux.bin := -O binary | 7 | OBJCOPYFLAGS_linux.bin := -O binary |
| 8 | 8 | ||
| 9 | $(obj)/linux.bin: vmlinux FORCE | 9 | $(obj)/linux.bin: vmlinux FORCE |
| 10 | [ -n $(CONFIG_INITRAMFS_SOURCE) ] && [ ! -e $(CONFIG_INITRAMFS_SOURCE) ] && \ | ||
| 11 | touch $(CONFIG_INITRAMFS_SOURCE) || echo "No CPIO image" | ||
| 10 | $(call if_changed,objcopy) | 12 | $(call if_changed,objcopy) |
| 11 | @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' | 13 | @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' |
| 12 | 14 | ||
