diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-09 10:16:36 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-09 10:16:36 +0100 |
commit | bee96673c5853b254a75d91934d92395e4d3aa5c (patch) | |
tree | 9bde94041a0fff670edd113bd76dbb1e34b98287 /Makefile | |
parent | 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 (diff) | |
download | avr-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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |