xiuos/Ubiquitous/XiZi_IIoT/board/imxrt1176-sbc/third_party_driver/Makefile

12 lines
187 B
Makefile

SRC_DIR := common gpio cm7
ifeq ($(CONFIG_BSP_USING_LPUART),y)
SRC_DIR += uart
endif
ifeq ($(CONFIG_BSP_USING_LWIP),y)
SRC_DIR += ethernet
endif
include $(KERNEL_ROOT)/compiler.mk