You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
322 B
14 lines
322 B
#
|
|
# arch/cris/arch-v32/boot/Makefile
|
|
#
|
|
target = $(target_boot_dir)
|
|
src = $(src_boot_dir)
|
|
|
|
zImage: compressed/vmlinuz
|
|
|
|
compressed/vmlinuz: $(objtree)/vmlinux
|
|
@$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz
|
|
|
|
clean:
|
|
rm -f zImage tools/build compressed/vmlinux.out
|
|
@$(MAKE) -f $(src)/compressed/Makefile clean
|
|
|