blob: 3313fce4e940d7be564416ca1485225ab41aba4b [file] [log] [blame]
Alan Cox2e82b832013-01-23 14:13:52 +00001#
2# Makefile for the Goldfish audio driver
3#
4
5obj-$(CONFIG_GOLDFISH_AUDIO) += goldfish_audio.o
Arve Hjønnevåg8e404ff2013-01-24 17:50:00 +00006obj-$(CONFIG_MTD_GOLDFISH_NAND) += goldfish_nand.o
Lingfeng Yanga50f1db2016-06-13 09:24:07 -07007
8# and sync
9
10ccflags-y := -Idrivers/staging/android
Dmitry Shmidtd37a6582017-02-07 11:09:30 -080011goldfish_sync-objs := goldfish_sync_timeline_fence.o goldfish_sync_timeline.o
Lingfeng Yanga50f1db2016-06-13 09:24:07 -070012obj-$(CONFIG_GOLDFISH_SYNC) += goldfish_sync.o