#
# Makefile for the Marvell IPC Pseudo Network driver
#
ifneq ($(MACHINE),)
include $(srctree)/$(MACHINE)/config/mvRules.mk
endif

obj-$(CONFIG_MV_IPC_NET) += mv_ipc.o
