[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3
[deliverable/linux.git] / arch / cris / arch-v10 / boot / Makefile
1 #
2 # arch/cris/boot/Makefile
3 #
4 target = $(target_boot_dir)
5 src = $(src_boot_dir)
6
7 zImage: compressed/vmlinuz
8
9 compressed/vmlinuz:
10 @$(MAKE) -f $(src)/compressed/Makefile $(target_compressed_dir)/vmlinuz
11
12 clean:
13 @$(MAKE) -f $(src)/compressed/Makefile clean
This page took 0.034123 seconds and 6 git commands to generate.