Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LIB_SRC insert position (qmk#5731)
The insertion point for `$(patsubst %.c,%.clib,$(LIB_SRC))` must be after all normal `SRC += ..` . I modified it to be so. Because LIB_SRC and SRC are assumed to be used in pairs. Similarly, QUANTUM_LIB_SRC and QUANTUM_SRC are assumed to be used in pairs.
- Loading branch information