diff options
Diffstat (limited to 'arch/cris/arch-v32/boot/Makefile')
-rw-r--r-- | arch/cris/arch-v32/boot/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/cris/arch-v32/boot/Makefile b/arch/cris/arch-v32/boot/Makefile new file mode 100644 index 000000000000..26f293ab9617 --- /dev/null +++ b/arch/cris/arch-v32/boot/Makefile | |||
@@ -0,0 +1,14 @@ | |||
1 | # | ||
2 | # arch/cris/arch-v32/boot/Makefile | ||
3 | # | ||
4 | target = $(target_boot_dir) | ||
5 | src = $(src_boot_dir) | ||
6 | |||
7 | zImage: compressed/vmlinuz | ||
8 | |||
9 | compressed/vmlinuz: $(objtree)/vmlinux | ||
10 | @$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz | ||
11 | |||
12 | clean: | ||
13 | rm -f zImage tools/build compressed/vmlinux.out | ||
14 | @$(MAKE) -f $(src)/compressed/Makefile clean | ||