diff options
author | Jinhyung Choi <jinhyung2.choi@samsung.com> | 2015-01-08 15:38:16 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-01-20 00:10:24 -0800 |
commit | e5f242786a0396f734ea911ee4eba9ecc7969ba3 (patch) | |
tree | 35721b70a63d9be18ceb822be1836154e9c17035 /tizen/src/util/Makefile.objs | |
parent | 5bc5b3afa5644bfc20a6c8468c79404e6e3d0eaa (diff) | |
download | qemu-e5f242786a0396f734ea911ee4eba9ecc7969ba3.tar.gz qemu-e5f242786a0396f734ea911ee4eba9ecc7969ba3.tar.bz2 qemu-e5f242786a0396f734ea911ee4eba9ecc7969ba3.zip |
pkgs: added extra packages installation
Change-Id: I5aa6b139a77e75ece91d9fdca60e9105fb159542
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Diffstat (limited to 'tizen/src/util/Makefile.objs')
-rw-r--r-- | tizen/src/util/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tizen/src/util/Makefile.objs b/tizen/src/util/Makefile.objs index b3503eb7e2..e9b3de0548 100644 --- a/tizen/src/util/Makefile.objs +++ b/tizen/src/util/Makefile.objs @@ -23,4 +23,7 @@ obj-y += maru_err_table.o # debug channel obj-y += new_debug_ch.o +# extra packages installation +obj-y += extra_pkgs_install.o + $(obj)/osutil.o: QEMU_CFLAGS += $(CURL_CFLAGS) |