forked from xuos/xiuos
8 lines
115 B
Makefile
8 lines
115 B
Makefile
SRC_DIR := common
|
|
|
|
ifeq ($(CONFIG_BSP_USING_LPUART),y)
|
|
SRC_DIR += uart
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|