4 lines
82 B
Makefile
4 lines
82 B
Makefile
|
ifneq ($(filter %86 x86_64, $(ARCH)),)
|
||
|
include build/platform-x86-common.mk
|
||
|
endif
|