aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-08-03 15:09:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-03 15:09:29 +0000
commit4d36bbf0990fc6ddb59092dd8bd7f985392907cb (patch)
tree351b34cc94e8836fb57096b8314af0eed40d5181 /yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile
parent4f13caca517bd6ff31c0213ec7f9d8809dd4ef3c (diff)
parentd455f3b56c866b0e61394a01f0a07e05831f3044 (diff)
Merge "DRAFT: remove apexlake"
Diffstat (limited to 'yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile')
-rw-r--r--yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile b/yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile
deleted file mode 100644
index 95a2b23b5..000000000
--- a/yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) 2015 Intel Research and Development Ireland Ltd.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-CC=gcc
-LDFLAGS= -lpcap
-testsniffmake: test_sniff.c
- $(CC) $(CFLAGS) -o test_sniff test_sniff.c $(LDFLAGS)