summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-06-15 13:07:34 -0400
committerAditya Naik2020-06-15 13:07:34 -0400
commit8883bdbccf223824935f36a77566d7af19ab4908 (patch)
treef24836d0e797f0293db84c8d3af9073bf98d817f /makefile
parent7fe90ace6e5200f6d1ef9c23879b099e3a0dea91 (diff)
I2C speed upgrade for master and slave
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index b53a7a5..22224c0 100644
--- a/makefile
+++ b/makefile
@@ -69,6 +69,7 @@ C_INCLUDES = \
# Define the chip we're building for and include its makefile
+# Variable ASM_FILE will be defined in the included port makefile
PORT = stm32f4
PORT_DIR = ports/$(PORT)
include $(PORT_DIR)/makefile