summaryrefslogtreecommitdiffstats
path: root/net/x25/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/x25/Makefile')
-rw-r--r--net/x25/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/x25/Makefile b/net/x25/Makefile
index a215a8ea2..3341a8003 100644
--- a/net/x25/Makefile
+++ b/net/x25/Makefile
@@ -8,7 +8,8 @@
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := x25.o
-O_OBJS := af_x25.o x25_dev.o x25_in.o x25_link.o x25_out.o x25_route.o x25_subr.o x25_timer.o
+O_OBJS := af_x25.o x25_dev.o x25_facilities.o x25_in.o x25_link.o x25_out.o \
+ x25_route.o x25_subr.o x25_timer.o
M_OBJS := $(O_TARGET)
ifeq ($(CONFIG_SYSCTL),y)