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