Revision 5a44ed0d30dd0681df44eb085c31b371b7fe84fe authored by Linus Torvalds on 27 November 2015, 19:05:50 UTC, committed by Linus Torvalds on 27 November 2015, 19:05:50 UTC
Pull nios2 fix from Ley Foon Tan:
 "nios2: fix cache coherency"

* tag 'nios2-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2:
  nios2: fix cache coherency
2 parent s 03018ac + 8e3d7c8
Raw File
Makefile
#
# Makefile for ALSA
# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
#

snd-wss-lib-objs := wss_lib.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o

back to top