diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-27 14:33:18 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-27 14:33:18 -0400 |
commit | 6f3141965e88c4ee0ebf7c18a243e4c2d9c5021b (patch) | |
tree | b9de5704143ac205b4e26222f9d7551e9b161924 /keyboard/planck | |
parent | d35402938f45d36b6f0afed758737742dba88fa7 (diff) |
new project script
Diffstat (limited to 'keyboard/planck')
-rw-r--r-- | keyboard/planck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index fc26905d80..77e38ce366 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -136,5 +136,5 @@ VPATH += $(TARGET_DIR) VPATH += $(TOP_DIR) VPATH += $(TMK_DIR) -include $(TOP_DIR)/quantum.mk +include $(TOP_DIR)/quantum/quantum.mk |