1# 2# Makefile for the Goldfish audio driver 3# 4 5obj-$(CONFIG_GOLDFISH_AUDIO) += goldfish_audio.o 6 7# and sync 8 9ccflags-y := -Idrivers/staging/android 10obj-$(CONFIG_GOLDFISH_SYNC) += goldfish_sync.o 11