
O_TARGET := mppe.o

EXTRA_CFLAGS := $(EXTRA_CFLAGS) -I.

obj-y := ppp_mppe.o rc4_enc.o rc4_skey.o sha1dgst.o sha1key.o

obj-$(CONFIG_MPPE)   := $(O_TARGET)

include $(TOPDIR)/Rules.make

