diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-12-05 16:00:05 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-05 16:00:05 +0100 |
commit | 6bdfa059a45b8b0dffc392e994827467463f0103 (patch) | |
tree | 9d2a7ff61dafbb2522a0a70f16179592e7c64096 /Makefile | |
parent | 7b5284023070b841293d0c5a6be0c6c345372cde (diff) |
Add basic ESP8266 support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |