diff options
Diffstat (limited to 'net/netrom/Makefile')
-rw-r--r-- | net/netrom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netrom/Makefile b/net/netrom/Makefile index 4ac78639b..1afcfd8e7 100644 --- a/net/netrom/Makefile +++ b/net/netrom/Makefile @@ -8,7 +8,8 @@ # Note 2! The CFLAGS definition is now in the main makefile... O_TARGET := netrom.o -O_OBJS := af_netrom.o nr_dev.o nr_in.o nr_out.o nr_route.o nr_subr.o nr_timer.o +O_OBJS := af_netrom.o nr_dev.o nr_in.o nr_loopback.o nr_out.o nr_route.o \ + nr_subr.o nr_timer.o M_OBJS := $(O_TARGET) ifeq ($(CONFIG_SYSCTL),y) |