#
# Makefile for ipsec_tunnel

O_TARGET = ipsec_tunnel.o

obj-y   := ipsec_dev.o ipsec_sa.o
obj-m   := $(O_TARGET)

include $(TOPDIR)/Rules.make
