12 lines
149 B
Makefile
12 lines
149 B
Makefile
|
##
|
||
|
# Build serial port library.
|
||
|
##
|
||
|
|
||
|
include ../config.mk
|
||
|
|
||
|
LIBRARY = libserial.a
|
||
|
|
||
|
all: builddir $(LIBRARY)
|
||
|
|
||
|
include ../common.mk
|
||
|
include ../library.mk
|