# # Makefile for UARTB # dir = uartb/ uartb-objs = uartb.o mods += uartb.o ifneq ($(CONFIG_S2DRV),) uartb-objs := $(patsubst %, $(dir)%, $(uartb-objs)) endif