From: Michael D. Lowis Date: Wed, 22 Feb 2017 01:54:29 +0000 (-0500) Subject: Remove unused config.mk X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ff86d9ad501fc1b7eaebbf58f05c7199bb872f4b;p=projs%2Fatf.git Remove unused config.mk --- diff --git a/config.mk b/config.mk deleted file mode 100644 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