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