summaryrefslogtreecommitdiff
path: root/examples/embedding/micropython_embed.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedding/micropython_embed.mk')
-rw-r--r--examples/embedding/micropython_embed.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/embedding/micropython_embed.mk b/examples/embedding/micropython_embed.mk
new file mode 100644
index 000000000..5db541592
--- /dev/null
+++ b/examples/embedding/micropython_embed.mk
@@ -0,0 +1,9 @@
+# This file is part of the MicroPython project, http://micropython.org/
+# The MIT License (MIT)
+# Copyright (c) 2022-2023 Damien P. George
+
+# Set the location of the top of the MicroPython repository.
+MICROPYTHON_TOP = ../..
+
+# Include the main makefile fragment to build the MicroPython component.
+include $(MICROPYTHON_TOP)/ports/embed/embed.mk