diff options
Diffstat (limited to 'net/ipx/Makefile')
-rw-r--r-- | net/ipx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ipx/Makefile b/net/ipx/Makefile index 0c29dc5d3..b9d337a8a 100644 --- a/net/ipx/Makefile +++ b/net/ipx/Makefile @@ -1,5 +1,5 @@ # -# Makefile for the Linux TCP/IP (INET) layer. +# Makefile for the Linux IPX layer. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here @@ -7,12 +7,14 @@ # # Note 2! The CFLAGS definition is now in the main makefile... +# We only get in/to here if CONFIG_IPX = 'y' or 'm' + O_TARGET := ipx.o -O_OBJS := af_ipx.o M_OBJS := $(O_TARGET) +OX_OBJS += af_ipx.o ifeq ($(CONFIG_SYSCTL),y) -O_OBJS += sysctl_net_ipx.o + O_OBJS += sysctl_net_ipx.o endif include $(TOPDIR)/Rules.make |