Makefile.in 164 B

1234567891011121314
  1. #
  2. # Makefile for UARTB
  3. #
  4. dir = uartb/
  5. uartb-objs = uartb.o
  6. mods += uartb.o
  7. ifneq ($(CONFIG_S2DRV),)
  8. uartb-objs := $(patsubst %, $(dir)%, $(uartb-objs))
  9. endif