Modified Makefile to reflect changes in upstread project

This commit is contained in:
Thomas Schwery 2015-05-10 22:21:55 +02:00 committed by Thomas Schwery
parent 9798ab0764
commit bdd05028da

View file

@ -42,7 +42,7 @@
TARGET = valkey_lufa TARGET = valkey_lufa
# Directory common source filess exist # Directory common source filess exist
TOP_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .
@ -118,8 +118,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
# Search Path # Search Path
VPATH += $(TARGET_DIR) VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR) VPATH += $(TMK_DIR)
include $(TOP_DIR)/protocol/lufa.mk include $(TMK_DIR)/protocol/lufa.mk
include $(TOP_DIR)/common.mk include $(TMK_DIR)/common.mk
include $(TOP_DIR)/rules.mk include $(TMK_DIR)/rules.mk