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.
13 lines
216 B
13 lines
216 B
20 years ago
|
#
|
||
|
# arch/cris/boot/Makefile
|
||
|
#
|
||
|
|
||
|
zImage: compressed/vmlinuz
|
||
|
|
||
|
compressed/vmlinuz: $(TOPDIR)/vmlinux
|
||
|
@$(MAKE) -C compressed vmlinuz
|
||
|
|
||
|
clean:
|
||
|
rm -f zImage tools/build compressed/vmlinux.out
|
||
|
@$(MAKE) -C compressed clean
|