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