]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix LIB_SRC insert position (#5731)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Fri, 3 May 2019 13:20:23 +0000 (22:20 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 3 May 2019 13:20:23 +0000 (06:20 -0700)
commit29f68459a01c155ca64aed4ec0ba083d0dee0d2e
tree9e38fd7707db426b1ccd38e55f7cbd44cccc3df5
parent6a59198a42d49422297ee9320e5d842592573297
Fix LIB_SRC insert position (#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.
build_keyboard.mk