summaryrefslogtreecommitdiff
path: root/ledcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ledcontrol/Makefile')
-rw-r--r--ledcontrol/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/ledcontrol/Makefile b/ledcontrol/Makefile
deleted file mode 100644
index 9589a3a..0000000
--- a/ledcontrol/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PROJECT = ledcontrol
-BUILD_DIR = bin
-
-SHARED_DIR = ../lib
-CFILES = main.c
-# CFILES += api.c
-# AFILES += api-asm.S
-
-# TODO - you will need to edit these two lines!
-DEVICE=stm32f103c8
-# 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