From bee96673c5853b254a75d91934d92395e4d3aa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 9 Mar 2016 10:16:36 +0100 Subject: Add basic support for ATtiny4313 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3