#
# Makefile for the Sonos Audio Driver
#
# Use the following command to build the driver (path to kernel):
#   make -C ~/svn/trunk4/platforms/fenway/linux/linux-2.6.29.6/ M=`pwd`

obj-m += audiodev.o
CFLAGS_MODULE += -Werror

ccflags-y := -I../../drivers/include
ccflags-y += -I../../common/ctl

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

clean cleanest:
	rm -f *.o *.ko
