summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/Makefile
diff options
context:
space:
mode:
authorFred Sundvik2016-08-07 18:38:03 +0300
committerFred Sundvik2016-08-20 03:56:23 +0300
commit051017c3129a17a1f4c610f19067c60bf0a49da9 (patch)
treeb19608cd10458ac2083f8f007b1b74ecdfe103a6 /keyboards/handwired/onekey/Makefile
parentc83af5451349e6160a2ee220e7b45bb974be5c64 (diff)
Split subproject make files into Makefile and rules.mk
Diffstat (limited to 'keyboards/handwired/onekey/Makefile')
-rw-r--r--keyboards/handwired/onekey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/Makefile b/keyboards/handwired/onekey/Makefile
index 4e2a6f00f..191c6bb66 100644
--- a/keyboards/handwired/onekey/Makefile
+++ b/keyboards/handwired/onekey/Makefile
@@ -1,3 +1,3 @@
ifndef MAKEFILE_INCLUDED
- include ../../Makefile
+ include ../../../Makefile
endif \ No newline at end of file