From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 (+0000) Subject: app: remove pmac from Makefile X-Git-Tag: spdx-start~11204 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b1368463ba4b0212ee89c6e376b128d3376d1e93;p=dpdk.git app: remove pmac from Makefile Signed-off-by: Intel --- diff --git a/app/Makefile b/app/Makefile index 4ff2cdcc04..910a556d8a 100644 --- a/app/Makefile +++ b/app/Makefile @@ -36,8 +36,5 @@ DIRS-$(CONFIG_RTE_APP_TEST) += test DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += dump_cfg -DIRS-$(CONFIG_RTE_LIBRTE_PMAC) += test-pm -DIRS-$(CONFIG_RTE_LIBRTE_PMAC) += test-acl - include $(RTE_SDK)/mk/rte.subdir.mk