diff options
author | Aki Niemi <aki.niemi@nokia.com> | 2011-06-16 14:48:04 +0300 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2011-06-17 17:04:45 +0300 |
commit | 2ab2b7d87e7edd75826f38b4afd72766b60221db (patch) | |
tree | 1538babbb6b3fc3b64907a059530df34345351f0 | |
parent | 8cbb0252b4db86e8a218862e9105e8e478dd2ef9 (diff) | |
download | ofono-2ab2b7d87e7edd75826f38b4afd72766b60221db.tar.bz2 |
build: Add UICC driver to build
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dd4fb8fd..b14c6646 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,8 @@ builtin_sources += $(gisi_sources) \ drivers/isimodem/gprs-context.c \ drivers/isimodem/gpds.h \ drivers/isimodem/audio-settings.c \ - drivers/isimodem/uicc.h + drivers/isimodem/uicc.h \ + drivers/isimodem/uicc.c builtin_modules += isiusb |