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

KBUILD_CFLAGS_MODULE += -Werror

ccflags-y := -I$(src)/../include
ccflags-y += -I$(src)/../../common/ctl
ccflags-y += -I../../drivers/include


obj-m += audiodev.o
audiodev-y := dev.o fenway-gpio.o audioctl.o i2c.o thermal-sensor.o mma7660.o \
                   sta335.o pwm.o mpc8xxxtdm_new.o button_event.o button_sim.o
