Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 --install
EXTRA_DIST = COPYING DCO README.md VERSION

bin_PROGRAMS = microcom
microcom_SOURCES = commands.c commands_fsl_imx.c microcom.c mux.c parser.c serial.c telnet.c
microcom_SOURCES = commands.c microcom.c mux.c parser.c serial.c telnet.c
if CAN
microcom_SOURCES += can.c
endif
Expand Down
Loading