summaryrefslogtreecommitdiff
path: root/my-project/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-03-28 12:57:24 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-03-28 13:02:20 +0200
commit8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb (patch)
tree3e5264e2eabbf874efff6474131137405ba9723a /my-project/Makefile
parent9b7d53550645d693afbb338258af6bcd7b7b2539 (diff)
downloadledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.tar
ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.tar.zst
ledcontrol-8fd8b46a4b78f631a90109a9ba72fe0c93d2e9cb.zip
Initial Project Commit
Diffstat (limited to 'my-project/Makefile')
-rw-r--r--my-project/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/my-project/Makefile b/my-project/Makefile
deleted file mode 100644
index 5b6afde..0000000
--- a/my-project/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PROJECT = awesomesauce
-BUILD_DIR = bin
-
-SHARED_DIR = ../my-common-code
-CFILES = my-project.c
-CFILES += api.c
-AFILES += api-asm.S
-
-# TODO - you will need to edit these two lines!
-DEVICE=stm32f407vgt6
-OOCD_FILE = board/stm32f4discovery.cfg
-
-# You shouldn't have to edit anything below here.
-VPATH += $(SHARED_DIR)
-INCLUDES += $(patsubst %,-I%, . $(SHARED_DIR))
-OPENCM3_DIR=../libopencm3
-
-include $(OPENCM3_DIR)/mk/genlink-config.mk
-include ../rules.mk
-include $(OPENCM3_DIR)/mk/genlink-rules.mk