summaryrefslogtreecommitdiff
path: root/alarmdevtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'alarmdevtest/Makefile')
-rw-r--r--alarmdevtest/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/alarmdevtest/Makefile b/alarmdevtest/Makefile
deleted file mode 100644
index f8b8fc5..0000000
--- a/alarmdevtest/Makefile
+++ /dev/null
@@ -1,22 +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 += -O3 -Wl,-no-as-needed
-LDFLAGS += -lrt -lpthread
-bins = alarm-dev-test
-
-
-all: ${bins}
-
-clean:
- rm -f ${bins}
-
-