diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-07 18:38:03 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-20 03:56:23 +0300 |
commit | 051017c3129a17a1f4c610f19067c60bf0a49da9 (patch) | |
tree | b19608cd10458ac2083f8f007b1b74ecdfe103a6 /keyboards/handwired/onekey/Makefile | |
parent | c83af5451349e6160a2ee220e7b45bb974be5c64 (diff) |
Split subproject make files into Makefile and rules.mk
Diffstat (limited to 'keyboards/handwired/onekey/Makefile')
-rw-r--r-- | keyboards/handwired/onekey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/Makefile b/keyboards/handwired/onekey/Makefile index 4e2a6f00fd..191c6bb664 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 |