Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hw/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ config CS4231

config MARVELL_88W8618
bool

config SCREAMER
bool
2 changes: 2 additions & 0 deletions hw/audio/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ common-obj-$(CONFIG_CS4231) += cs4231.o
common-obj-$(CONFIG_MARVELL_88W8618) += marvell_88w8618.o
common-obj-$(CONFIG_MILKYMIST) += milkymist-ac97.o

common-obj-$(CONFIG_SCREAMER) += screamer.o

common-obj-y += soundhw.o
Loading