mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Revert "fixed issue where compile errors if private macro file is not present"
This reverts commit e0035df48f
.
This commit is contained in:
parent
e0035df48f
commit
1282e22053
@ -1,5 +1,5 @@
|
||||
SRC += ishtob.c
|
||||
ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
|
||||
ifneq ($(wildcard $(USER_PATH)/macros_private.c),"")
|
||||
SRC += macros_private.c
|
||||
endif
|
||||
ifeq ($(strip $(NO_SECRETS)), yes)
|
||||
|
Loading…
Reference in New Issue
Block a user