diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-05 16:15:11 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-05 16:15:11 +0100 |
commit | adeade168d189df93ac07f771d852bfdf68e2f89 (patch) | |
tree | 98f766a7938cb645f8baf67bc5416901eaad016c /libdde_linux26 | |
parent | 7e9133b89dc05abed543420bca068ee5501beb31 (diff) |
Don't compile the sound component in linux26.
Diffstat (limited to 'libdde_linux26')
-rw-r--r-- | libdde_linux26/lib/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/lib/src/Makefile b/libdde_linux26/lib/src/Makefile index be4104c1..21885805 100644 --- a/libdde_linux26/lib/src/Makefile +++ b/libdde_linux26/lib/src/Makefile @@ -10,7 +10,7 @@ endif CONFIG_DDE26_COMMON := y CONFIG_DDE26_NET := y CONFIG_DDE26_BLOCK := y -CONFIG_DDE26_SOUND := y +#CONFIG_DDE26_SOUND := y CONFIG_DDE26_CHAR :=y ifeq ($(CONFIG_DDE26_COMMON),y) |