Whamcloud - gitweb
LU-1617 build: skip generated files in .gitignore
[fs/lustre-release.git] / lnet / klnds / ptllnd / Makefile.in
1 MODULES := kptllnd
2
3 EXTRA_POST_CFLAGS := @PTLLNDCPPFLAGS@
4
5 kptllnd-objs := ptllnd.o                \
6                 ptllnd_cb.o             \
7                 ptllnd_modparams.o      \
8                 ptllnd_peer.o           \
9                 ptllnd_rx_buf.o         \
10                 ptllnd_tx.o
11
12 @INCLUDE_RULES@