]> git.mdlowis.com Git - projs/atf.git/commitdiff
Remove unused config.mk
authorMichael D. Lowis <mike@mdlowis.com>
Wed, 22 Feb 2017 01:54:29 +0000 (20:54 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Wed, 22 Feb 2017 01:54:29 +0000 (20:54 -0500)
config.mk [deleted file]

diff --git a/config.mk b/config.mk
deleted file mode 100644 (file)
index b4b59ae..0000000
--- a/config.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-#------------------------------------------------------------------------------
-# User and Platform Specific Configuration Options
-#------------------------------------------------------------------------------
-# Override the tools used with platform specific ones
-#CC = cc
-#LD = ${CC}
-#AR = ar
-
-# GCC dependency generation
-#COMPILE += && ${CC} ${INCS} -MM -MT $@ -MF ${@:.o=.d} ${<:.o=.c}
-
-# Enable output of debug symbols
-#CFLAGS += -g
-
-# Enable output of coverage information
-#CFLAGS  += --coverage
-#LDFLAGS += --coverage