#
# Makefile for the boot assist kernel module
#
ccflags-y := -I$(srctree)/drivers/bcm_media_gw/include
ccflags-y += -Werror -Wfatal-errors
obj-$(CONFIG_BCM_MBOX) := brcm_mbox.o
