summaryrefslogtreecommitdiff
path: root/logger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'logger/Makefile')
-rw-r--r--logger/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/logger/Makefile b/logger/Makefile
deleted file mode 100644
index 985628e..0000000
--- a/logger/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-#############################################################################
-# Copyright (c) 2013 Linaro
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Linaro <linaro-dev@lists.linaro.org>
-#############################################################################
-
-CFLAGS = -O2 -g
-CFLAGS += -DUBUNTU_LOGGER
-
-logger-dev-test: logger-dev-test.c
- $(CC) $(CFLAGS) -o $@ $<
-
-clean:
- $(RM) logger-dev-test