#
# Makefile for Broadcom SRAM panic dump driver
#

ifdef CONFIG_BCM_KF_CM
ccflags-y := -I$(srctree)/drivers/bcm_media_gw/include

obj-y	+= sram_dump.o sram_dump_proc.o
endif
