mk: add silvermont to replace atom as a target
authorXiaoyun Li <xiaoyun.li@intel.com>
Fri, 8 Sep 2017 03:28:52 +0000 (11:28 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:49 +0000 (02:49 +0200)
commitd2654a6a929c78c9098bd3ebf9aba2267facc066
tree1566664b63539038cbf07a652a1fbf032b46ebc3
parent1fe427fd08ee5f06d15abadd51a64846e8ebf9c5
mk: add silvermont to replace atom as a target

The -march=atom flag is for older atom CPUs and don't support SSE4 which
is the minimum requirement for DPDK. And in fact, the current atom CPUs
support SSE4. So this patch removes atom as a target for DPDK builds and
adds a silvermont replacement instead.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
mk/machine/atm/rte.vars.mk [deleted file]
mk/machine/silvermont/rte.vars.mk [new file with mode: 0644]