3e41d6522a
Changes to configuration and build system. * Added v32 sub architecture. * Use generic hard IRQ. * Added SMP options. * Added options to OOPS at NMI and reboot at OOM. * Made it possible to set objtree. * Added option to select Kernel GDB serial port. * Corrected Kconfig usage. * Added system profiler. Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 lines
259 B
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
|