lineage_kernel_xcoverpro/drivers/staging/goldfish/Makefile

13 lines
323 B
Makefile
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
#
# Makefile for the Goldfish audio driver
#
obj-$(CONFIG_GOLDFISH_AUDIO) += goldfish_audio.o
obj-$(CONFIG_MTD_GOLDFISH_NAND) += goldfish_nand.o
# and sync
ccflags-y := -Idrivers/staging/android
goldfish_sync-objs := goldfish_sync_timeline_fence.o goldfish_sync_timeline.o
obj-$(CONFIG_GOLDFISH_SYNC) += goldfish_sync.o