3 lines
67 B
Makefile
3 lines
67 B
Makefile
ifeq ($(TARGET_ARCH),mips64)
|
|
include $(all-subdir-makefiles)
|
|
endif
|
ifeq ($(TARGET_ARCH),mips64)
|
|
include $(all-subdir-makefiles)
|
|
endif
|