#
# Makefile for S2io 10Gigabit ethernet driver
#

O_TARGET := ../s2io.o

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

include $(TOPDIR)/Rules.make
