From 0680d62d57496cea7ae4f1ef317c46e689b28e21 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 25 Oct 2012 00:04:27 -0700 Subject: [PATCH] altos/megametrum: Depend on Makefile contents for build This ensures that everything is rebuilt when the Makefile changes Signed-off-by: Keith Packard --- src/megametrum-v0.1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 487a643f..7d6c7388 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -26,7 +26,8 @@ INC = \ ao_whiten.h \ ao_sample_profile.h \ ao_mpu.h \ - stm32l.h + stm32l.h \ + Makefile # # Common AltOS sources -- 2.30.2