update copyright date to 2013
[dpdk.git] / app / Makefile
index 3cf7e87..059c398 100644 (file)
@@ -1,6 +1,6 @@
 #   BSD LICENSE
 # 
-#   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+#   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
 #   All rights reserved.
 # 
 #   Redistribution and use in source and binary forms, with or without 
@@ -34,9 +34,10 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-$(CONFIG_RTE_APP_TEST) += test
 DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd
-DIRS-$(CONFIG_RTE_APP_CHKINCS) += chkincs
-
 DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += 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