forked from xuos/xiuos
8 lines
114 B
Makefile
8 lines
114 B
Makefile
SRC_DIR += common
|
|
|
|
ifeq ($(CONFIG_BSP_USING_UART),y)
|
|
SRC_DIR += usart
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|