diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-01-15 01:13:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-15 01:13:15 -0500 |
commit | 81b89f8b2b38b9cf74f2b5f0b90af9b1573baf2d (patch) | |
tree | a1156b3f1ea8e39b1d93c0196720f4a6893ee5aa /keyboards/kinesis/Makefile | |
parent | 99d0b54e5ef179f745d92bbb2be945cbad84cb0e (diff) | |
parent | 9d4cc2f3f1666fc110506c6a982c53d1df67548b (diff) |
Merge pull request #996 from milestogo/master
kinesis keyboard with subdirectories for different hardware - matches pull #911
Diffstat (limited to 'keyboards/kinesis/Makefile')
-rw-r--r-- | keyboards/kinesis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/kinesis/Makefile b/keyboards/kinesis/Makefile index 4e2a6f00fd..fbf05ca4a2 100644 --- a/keyboards/kinesis/Makefile +++ b/keyboards/kinesis/Makefile @@ -1,3 +1,5 @@ +SUBPROJECT_DEFAULT = alvicstep + ifndef MAKEFILE_INCLUDED include ../../Makefile -endif
\ No newline at end of file +endif |