#
# Makefile for VIA Networking Velocity Family Gigabit Ethernet Adapter
#

O_TARGET := velocityget.o

obj-y	:= velocity_hw.o    \
	   velocity_main.o  \
	   velocity_proc.o  \
	   velocity_wol.o
obj-m	:= $(O_TARGET)

include $(TOPDIR)/Rules.make


clean:
	rm -f core *.o *.a *.s

