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