qmk build system

This commit is contained in:
huangjimin
2020-07-14 16:06:01 +08:00
parent 3f3b4f1566
commit 25f293d49a
10 changed files with 375 additions and 18 deletions

View File

@@ -4,5 +4,5 @@ CFGFLAGS += -I${QTOP}/arch/linux/posix/gcc
ARCH_LSCRS = $(wildcard ${QTOP}/arch/linux/posix/gcc/*.c)
ARCH_LSCRS := $(wildcard ${QTOP}/arch/linux/posix/gcc/*.c)
ARCH_LSCRS += $(wildcard ${QTOP}/arch/linux/common/*.c)