59e6ab91cf
This avoids coupling the architecture directly to the platform, allowing building on e.g. linux on architectures other than x86, without having to explicitly specify USE_ASM=No while building on those. Later this will also facilitate enabling assembly optimizations where applicable, e.g. arm assembly on linux.
4 lines
82 B
Makefile
4 lines
82 B
Makefile
ifneq ($(filter %86 x86_64, $(ARCH)),)
|
|
include build/platform-x86-common.mk
|
|
endif
|