diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:24 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:24 +0100 |
commit | facef8685b3ff95c01c33d9d836401d0dd26211d (patch) | |
tree | b27841b811444828568831835332820a2414d645 /sound/aoa/core/Makefile | |
parent | 4a6908a3a050aacc9c3a2f36b276b46c0629ad91 (diff) | |
parent | 888dcb7cb26fb85dfe3486d28a2431d69d3e8148 (diff) |
Merge branch 'topic/aoa' into to-push
Diffstat (limited to 'sound/aoa/core/Makefile')
-rw-r--r-- | sound/aoa/core/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/aoa/core/Makefile b/sound/aoa/core/Makefile index 62dc7287f66..a1596e88c71 100644 --- a/sound/aoa/core/Makefile +++ b/sound/aoa/core/Makefile @@ -1,5 +1,5 @@ obj-$(CONFIG_SND_AOA) += snd-aoa.o -snd-aoa-objs := snd-aoa-core.o \ - snd-aoa-alsa.o \ - snd-aoa-gpio-pmf.o \ - snd-aoa-gpio-feature.o +snd-aoa-objs := core.o \ + alsa.o \ + gpio-pmf.o \ + gpio-feature.o |