#
# Makefile for VETH

O_TARGET       := veth.o

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

include $(TOPDIR)/Rules.make
