# File: drivers/net/Makefile # This part below is the part that you need to check. The actual makefile # contains much more than this below. For an explanation of why you need to # check this, see the readme file that comes with ppp-2.2.0c. ifeq ($(CONFIG_PPP),y) LX_OBJS += ppp.o CONFIG_SLHC_BUILTIN = y else ifeq ($(CONFIG_PPP),m) CONFIG_SLHC_MODULE = y MX_OBJS += ppp.o endif endif ifneq ($(CONFIG_PPP),n) M_OBJS += bsd_comp.o endif