1ifeq ($(TARGET_ARCH),mips)
2include $(all-subdir-makefiles)
3endif
4ifeq ($(TARGET_ARCH),mipsel)
5include $(all-subdir-makefiles)
6endif
7