|
@@ -12,6 +12,9 @@
|
|
|
# for "archclean" cleaning up for this architecture.
|
|
|
#
|
|
|
|
|
|
+archscripts: scripts_basic
|
|
|
+ $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
|
|
|
+
|
|
|
KBUILD_DEFCONFIG := ip22_defconfig
|
|
|
|
|
|
#
|
|
@@ -385,6 +388,7 @@ endif
|
|
|
archclean:
|
|
|
$(Q)$(MAKE) $(clean)=arch/mips/boot
|
|
|
$(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
|
|
|
+ $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
|
|
|
$(Q)$(MAKE) $(clean)=arch/mips/lasat
|
|
|
|
|
|
define archhelp
|