Parcourir la source

Corrected makefile common var

Reed Swiernik il y a 10 ans
Parent
commit
15110bf7a0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      keyboard/planck/Makefile

+ 1 - 1
keyboard/planck/Makefile

@@ -50,7 +50,7 @@ TARGET_DIR = .
 
 
 # # project specific files
-ifdef COMMON_KEYMAP
+ifdef COMMON
 
 	SRC = keymap_common.c \
 	matrix_handwire.c \