1
0
Fork 0
alistair23-linux/arch/cris/arch-v10/boot/Makefile

14 lines
259 B
Makefile

#
# arch/cris/boot/Makefile
#
target = $(target_boot_dir)
src = $(src_boot_dir)
zImage: compressed/vmlinuz
compressed/vmlinuz:
@$(MAKE) -f $(src)/compressed/Makefile $(target_compressed_dir)/vmlinuz
clean:
@$(MAKE) -f $(src)/compressed/Makefile clean