From b03286723634234c8b9b5dbca603721a20422346 Mon Sep 17 00:00:00 2001
From: Jay Liu <jayliu50@gmail.com>
Date: Wed, 6 Sep 2017 12:47:41 -0400
Subject: [PATCH] Update Infinity Ergodox Makefile (#1682)

I believe this change is needed in response to the recent change in folder structure.
---
 keyboards/ergodox_infinity/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/ergodox_infinity/Makefile b/keyboards/ergodox_infinity/Makefile
index bd09e5885d..57b2ef62e5 100644
--- a/keyboards/ergodox_infinity/Makefile
+++ b/keyboards/ergodox_infinity/Makefile
@@ -1,3 +1,3 @@
 ifndef MAKEFILE_INCLUDED
-	include ../../../Makefile
+	include ../../Makefile
 endif