From: Hemant Agrawal Date: Tue, 11 Apr 2017 13:37:07 +0000 (+0530) Subject: mk: add CRC support to DPAA2 machine type X-Git-Tag: spdx-start~3594 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d100f83dbfce6d1842066bdb9a6b734220d1a525;p=dpdk.git mk: add CRC support to DPAA2 machine type Signed-off-by: Hemant Agrawal Acked-by: Jerin Jacob --- diff --git a/mk/machine/dpaa2/rte.vars.mk b/mk/machine/dpaa2/rte.vars.mk index 61ada89a62..a60819f324 100644 --- a/mk/machine/dpaa2/rte.vars.mk +++ b/mk/machine/dpaa2/rte.vars.mk @@ -1,6 +1,7 @@ # BSD LICENSE # -# Copyright(c) 2016 Freescale Semiconductor, Inc. All rights reserved. +# Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved. +# Copyright (c) 2016 NXP. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -53,7 +54,7 @@ # CPU_CFLAGS = # CPU_LDFLAGS = # CPU_ASFLAGS = -MACHINE_CFLAGS += -march=armv8-a +MACHINE_CFLAGS += -march=armv8-a+crc ifdef CONFIG_RTE_ARCH_ARM_TUNE MACHINE_CFLAGS += -mcpu=$(CONFIG_RTE_ARCH_ARM_TUNE:"%"=%)