#This Makefile is for x86,arc and arm
#Use "make" to compile the veth driver for x86
#Use "make CPU=ARC" to compile the driver for arc
#Use "make CPU=ARM" to compile the driver for arm

obj-$(CONFIG_VETH) += veth.o
EXTRA_CFLAGS += -O3

veth-objs := drvmain.o  xveth.o vixsdma.o xvethioctl.o xvcomm.o
