summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-06-07 05:35:24 +0200
committertmk <nobody@nowhere>2012-06-07 05:35:24 +0200
commit63d82fcaeb78d0764f39667b937262ed4a692c17 (patch)
tree95c70db82410a69084594555a435b0a009ba68e9 /common.mk
parentf4125707399d11a7d80587659c464b9bcddb8c56 (diff)
downloadqmk_firmware-63d82fcaeb78d0764f39667b937262ed4a692c17.tar.gz
qmk_firmware-63d82fcaeb78d0764f39667b937262ed4a692c17.tar.xz
Fixed Makefile to adjust new directories.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index 03cbc296d..d0e04df86 100644
--- a/common.mk
+++ b/common.mk
@@ -33,7 +33,4 @@ ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
endif
# Search Path
-VPATH += $(COMMON_DIR)
-
-
-include $(COMMON_DIR)/rules.mk
+VPATH += $(TOP_DIR)/common