diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-08-24 13:27:10 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-08-24 13:27:10 +0900 |
commit | e8b4a92204aa1890ae4faf9a1dce80d3aebfe699 (patch) | |
tree | 1eeef6f6598099016274bed65bbb0fda841675fb /crypto/Makefile.objs | |
parent | ff9caec2210acffe97c95f937e2ae4f077c02bfc (diff) | |
parent | 5c79ae3615d5dafdf1bb09b7a356a3a005714e3d (diff) | |
download | qemu-e8b4a92204aa1890ae4faf9a1dce80d3aebfe699.tar.gz qemu-e8b4a92204aa1890ae4faf9a1dce80d3aebfe699.tar.bz2 qemu-e8b4a92204aa1890ae4faf9a1dce80d3aebfe699.zip |
Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4
v2.4.0 release
Change-Id: Icc7e11d212e4628dc751ca77e17716c7253984e5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'crypto/Makefile.objs')
-rw-r--r-- | crypto/Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Makefile.objs b/crypto/Makefile.objs new file mode 100644 index 0000000000..b05013831b --- /dev/null +++ b/crypto/Makefile.objs @@ -0,0 +1,5 @@ +util-obj-y += init.o +util-obj-y += hash.o +util-obj-y += aes.o +util-obj-y += desrfb.o +util-obj-y += cipher.o |