]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_acl/Makefile
acl: remove standalone header
[dpdk.git] / lib / librte_acl / Makefile
index 6b74dc9d29988fc0bffe8194fdb19c7511563cbd..e27de04b5890601bcb9a9e8f69ff915e85b30e4e 100644 (file)
@@ -70,12 +70,7 @@ endif
 SYMLINK-$(CONFIG_RTE_LIBRTE_ACL)-include := rte_acl_osdep.h
 SYMLINK-$(CONFIG_RTE_LIBRTE_ACL)-include += rte_acl.h
 
-ifeq ($(CONFIG_RTE_LIBRTE_ACL_STANDALONE),y)
-# standalone build
-SYMLINK-$(CONFIG_RTE_LIBRTE_ACL)-include += rte_acl_osdep_alone.h
-else
 # this lib needs eal
 DEPDIRS-$(CONFIG_RTE_LIBRTE_ACL) += lib/librte_eal lib/librte_malloc
-endif
 
 include $(RTE_SDK)/mk/rte.lib.mk