#
# Makefile for the fastpath modules on top of IPv4.
#

O_TARGET := fastpath.o

obj-y += fastpath_core.o filter.o fast_pptp_core.o fast_l2tp_core.o

EXTRA_CFLAGS += -Wall -Werror -O2

include $(TOPDIR)/Rules.make
