summaryrefslogtreecommitdiff
path: root/tizen/src/util/Makefile.objs
diff options
context:
space:
mode:
authorJinhyung Choi <jinhyung2.choi@samsung.com>2015-01-08 15:38:16 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2015-01-20 00:10:24 -0800
commite5f242786a0396f734ea911ee4eba9ecc7969ba3 (patch)
tree35721b70a63d9be18ceb822be1836154e9c17035 /tizen/src/util/Makefile.objs
parent5bc5b3afa5644bfc20a6c8468c79404e6e3d0eaa (diff)
downloadqemu-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.objs3
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)