qmk build system
This commit is contained in:
@@ -33,11 +33,11 @@ subdirs =
|
||||
|
||||
|
||||
all::
|
||||
make -C ${QTOP}/arch BP=Linux_Posix
|
||||
make -C ${QTOP}/kernel
|
||||
make -C ${QTOP}/osal
|
||||
make -C ${QTOP}/net
|
||||
make -C ${QTOP}/devices
|
||||
make -C ${QTOP}/arch BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/net BP=${BP}
|
||||
make -C ${QTOP}/devices BP=${BP}
|
||||
exec =
|
||||
LD_A_FILES += $(LIBDIR)/libarch.a
|
||||
LD_A_FILES += $(LIBDIR)/libkernel.a
|
||||
|
@@ -36,11 +36,17 @@ LSRCS += $(wildcard *.s)
|
||||
|
||||
all::
|
||||
make -C ${QTOP}/arch BP=${BP}
|
||||
make -C ${QTOP}/board/TencentOS_tiny_EVB_MX_Plus/BSP BP=${BP}
|
||||
make -C ${QTOP}/components/connectivity/Eclipse-Paho-MQTT BP=${BP}
|
||||
make -C ${QTOP}/components/utils/JSON BP=${BP}
|
||||
make -C ${QTOP}/devices BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/net/at BP=${BP}
|
||||
make -C ${QTOP}/net/sal_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/socket_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/tencent_firmware_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/platform BP=${BP}
|
||||
make -C ${QTOP}/board/TencentOS_tiny_EVB_MX_Plus/BSP BP=${BP}
|
||||
make -C ${QTOP}/components/utils BP=${BP}
|
||||
#exec =
|
||||
LD_A_FILES += $(LIBDIR)/libarch.a
|
||||
LD_A_FILES += $(LIBDIR)/libkernel.a
|
||||
|
@@ -36,10 +36,16 @@ LSRCS += $(wildcard *.s)
|
||||
|
||||
all::
|
||||
make -C ${QTOP}/arch BP=${BP}
|
||||
make -C ${QTOP}/board/TencentOS_tiny_EVB_MX_Plus/BSP BP=${BP}
|
||||
make -C ${QTOP}/components/connectivity/Eclipse-Paho-MQTT BP=${BP}
|
||||
make -C ${QTOP}/devices BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/net/at BP=${BP}
|
||||
make -C ${QTOP}/net/sal_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/socket_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/tencent_firmware_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/platform BP=${BP}
|
||||
make -C ${QTOP}/board/TencentOS_tiny_EVB_MX_Plus/BSP BP=${BP}
|
||||
#exec =
|
||||
LD_A_FILES += $(LIBDIR)/libarch.a
|
||||
LD_A_FILES += $(LIBDIR)/libkernel.a
|
||||
|
@@ -36,16 +36,16 @@ LSRCS += $(wildcard *.s)
|
||||
|
||||
all::
|
||||
make -C ${QTOP}/arch BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/platform BP=${BP}
|
||||
make -C ${QTOP}/board/TencentOS_tiny_EVB_MX_Plus/BSP BP=${BP}
|
||||
make -C ${QTOP}/components/connectivity/Eclipse-Paho-MQTT BP=${BP}
|
||||
make -C ${QTOP}/devices BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/net/at BP=${BP}
|
||||
make -C ${QTOP}/net/tencent_firmware_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/sal_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/socket_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/tencent_firmware_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/platform BP=${BP}
|
||||
#exec =
|
||||
LD_A_FILES += $(LIBDIR)/libarch.a
|
||||
LD_A_FILES += $(LIBDIR)/libkernel.a
|
||||
|
@@ -36,16 +36,16 @@ LSRCS += $(wildcard *.s)
|
||||
|
||||
all::
|
||||
make -C ${QTOP}/arch BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/platform BP=${BP}
|
||||
make -C ${QTOP}/board/TencentOS_tiny_EVB_MX_Plus/BSP BP=${BP}
|
||||
make -C ${QTOP}/components/connectivity/Eclipse-Paho-MQTT BP=${BP}
|
||||
make -C ${QTOP}/devices BP=${BP}
|
||||
make -C ${QTOP}/kernel BP=${BP}
|
||||
make -C ${QTOP}/net/at BP=${BP}
|
||||
make -C ${QTOP}/net/tencent_firmware_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/sal_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/socket_wrapper BP=${BP}
|
||||
make -C ${QTOP}/net/tencent_firmware_module_wrapper BP=${BP}
|
||||
make -C ${QTOP}/osal BP=${BP}
|
||||
make -C ${QTOP}/platform BP=${BP}
|
||||
#exec =
|
||||
LD_A_FILES += $(LIBDIR)/libarch.a
|
||||
LD_A_FILES += $(LIBDIR)/libkernel.a
|
||||
|
@@ -247,4 +247,4 @@ clean:
|
||||
#######################################
|
||||
-include $(wildcard $(BUILD_DIR)/*.d)
|
||||
|
||||
# *** EOF ***
|
||||
# *** EOF ***
|
||||
|
Reference in New Issue
Block a user