qmk build system

This commit is contained in:
Jimmy
2020-07-14 13:48:10 +08:00
parent f31e2d4a6d
commit 2c7390deb3
56 changed files with 2638 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
CFGFLAGS += -I${QTOP}/arch/linux/common/include/
CFGFLAGS += -I${QTOP}/arch/linux/posix/gcc
ARCH_LSCRS = $(wildcard ${QTOP}/arch/linux/posix/gcc/*.c)
ARCH_LSCRS += $(wildcard ${QTOP}/arch/linux/common/*.c)