diff options
author | Nathan Sharfi <me@ngalt.com> | 2016-05-30 15:45:17 -0700 |
---|---|---|
committer | Nathan Sharfi <me@ngalt.com> | 2016-05-30 15:45:17 -0700 |
commit | 222e8f031cef1d53c4d4ea33b3970193fcd070fa (patch) | |
tree | 0e10f397d2bf4ed5a3aced723fb3e97b09875d49 /keyboard/alps64/Makefile | |
parent | 13810e4822d57553caa5aea537af7e80ad701589 (diff) | |
parent | 8ee9be11dee3db265cd8a0cc22a8fe40f6067820 (diff) |
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/alps64/Makefile')
-rw-r--r-- | keyboard/alps64/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboard/alps64/Makefile b/keyboard/alps64/Makefile index 7634c4280e..bd6ecb6b91 100644 --- a/keyboard/alps64/Makefile +++ b/keyboard/alps64/Makefile @@ -42,14 +42,14 @@ TARGET = alps64 # Directory common source filess exist +TOP_DIR = ../.. TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . # project specific files -SRC = keymap_common.c \ - matrix.c \ +SRC = alps64.c \ led.c ifdef KEYMAP @@ -127,8 +127,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration # Search Path VPATH += $(TARGET_DIR) +VPATH += $(TOP_DIR) VPATH += $(TMK_DIR) -include $(TMK_DIR)/protocol/lufa.mk -include $(TMK_DIR)/common.mk -include $(TMK_DIR)/rules.mk +include $(TOP_DIR)/quantum/quantum.mk |