From: Dan White Date: Fri, 19 Apr 2013 22:48:46 +0000 (-0500) Subject: do not track compile dependency files X-Git-Tag: bootrom-initial-submission~22^2~13 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=5e8ba2dafb67a63fcaf9db3281221e9056fe0f72;p=430.git do not track compile dependency files --- diff --git a/msp4th/main.d b/msp4th/main.d deleted file mode 100644 index 9e1df93..0000000 --- a/msp4th/main.d +++ /dev/null @@ -1,3 +0,0 @@ -main.o: main.c ns430.h ns430-atoi.h \ - /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/iomacros.h \ - ns430-uart.h msp4th.h diff --git a/msp4th/msp4th.d b/msp4th/msp4th.d deleted file mode 100644 index 19ba4a1..0000000 --- a/msp4th/msp4th.d +++ /dev/null @@ -1,3 +0,0 @@ -msp4th.o: msp4th.c ns430-atoi.h \ - /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/iomacros.h \ - ns430-uart.h ns430.h msp4th.h diff --git a/msp4th/ns430-uart.d b/msp4th/ns430-uart.d deleted file mode 100644 index a3571d1..0000000 --- a/msp4th/ns430-uart.d +++ /dev/null @@ -1,3 +0,0 @@ -ns430-uart.o: ns430-uart.c ns430-atoi.h \ - /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/iomacros.h \ - ns430-uart.h ns430.h