# Copyright (c) 2019, Sonos Inc.  All rights reserved.

KBUILD_CFLAGS_MODULE += -Werror

ccflags-y := -I$(src)/../include
ccflags-y += -I$(src)/../../coprocessor/sonos_micro_utils
ccflags-y += -I$(src)/../../coprocessor/mtk_m4_rtos/src/inc

obj-$(CONFIG_SONOS_IR_RCVR) += ir_rcvr.o
