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

KBUILD_CFLAGS_MODULE += -Werror

obj-$(CONFIG_SONOS_LP5562) += lp5562.o

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

