summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-12-05 16:00:05 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-12-05 16:00:05 +0100
commit6bdfa059a45b8b0dffc392e994827467463f0103 (patch)
tree9d2a7ff61dafbb2522a0a70f16179592e7c64096 /Makefile
parent7b5284023070b841293d0c5a6be0c6c345372cde (diff)
Add basic ESP8266 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index bd82543..468b153 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,7 @@ CXXFLAGS = -std=c++14
TARGETS = src/os/main.cc
-ifeq (${arch}, msp430fr5969lp)
-include src/arch/msp430fr5969lp/Makefile.inc
-endif
-
-ifeq (${arch}, posix)
-include src/arch/posix/Makefile.inc
-endif
+include src/arch/${arch}/Makefile.inc
clean: arch_clean
rm -f build/system.elf