1 This file is used by the 'make kernel' function. It will apply the patch
2 to the drivers/net/Makefile to install the bsd_comp.c file into the list
3 of files needed to build the kernel.
5 This file is for the 1.2 kernel.
7 --- linux/drivers/net/Makefile.orig Sun Oct 8 17:07:23 1995
8 +++ linux/drivers/net/Makefile Sun Oct 8 17:10:25 1995
10 NETDRV_OBJS := $(NETDRV_OBJS) ppp.o
11 CONFIG_SLHC = CONFIG_SLHC
13 MODULES := $(MODULES) ppp.o
16 +MODULES := $(MODULES) bsd_comp.o
19 NETDRV_OBJS := $(NETDRV_OBJS) slip.o
20 CONFIG_SLHC = CONFIG_SLHC
22 MODULES := $(MODULES) slip.o