aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-09 10:16:36 +0100
committerKarel Kočí <cynerd@email.cz>2016-03-09 10:16:36 +0100
commitbee96673c5853b254a75d91934d92395e4d3aa5c (patch)
tree9bde94041a0fff670edd113bd76dbb1e34b98287 /Makefile
parent5d29fe79d30f430ae326d9dc57ccfaed6fe61328 (diff)
downloadavr-ioe-bee96673c5853b254a75d91934d92395e4d3aa5c.tar.gz
avr-ioe-bee96673c5853b254a75d91934d92395e4d3aa5c.tar.bz2
avr-ioe-bee96673c5853b254a75d91934d92395e4d3aa5c.zip
Add basic support for ATtiny4313
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57c4095..b1291af 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,9 @@ ifeq (,$(findstring help,$(MAKECMDGOALS)))
ifeq (,$(findstring docs,$(MAKECMDGOALS)))
ifeq (,$(findstring serve-docs,$(MAKECMDGOALS)))
ifeq (,$(findstring clean-docs,$(MAKECMDGOALS)))
+ifeq (,$(findstring config,$(MAKECMDGOALS)))
+ifeq (,$(findstring oldconfig,$(MAKECMDGOALS)))
+ifeq (,$(findstring menuconfig,$(MAKECMDGOALS)))
include $(CONFIG)
-include $(DEP)
@@ -97,6 +100,9 @@ endif
endif
endif
endif
+endif
+endif
+endif
else
libioe.a: