#
# Makefile for the TC902X Gigabit Ethernet MAC Controller
#

O_TARGET := tc902x.o

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

include $(TOPDIR)/Rules.make
