net/virtio: fix incorrect cast of void *
[dpdk.git] / mk / rte.sdkinstall.mk
index dbac2a2..338fb49 100644 (file)
@@ -157,12 +157,14 @@ install-sdk:
        $(Q)cp -a               $O/.config               $(DESTDIR)$(targetdir)
        $(Q)cp -a               $O/app/dpdk-pmdinfogen   $(DESTDIR)$(targetdir)/app
        $(Q)$(call rte_symlink, $(DESTDIR)$(includedir), $(DESTDIR)$(targetdir)/include)
+       $(Q)$(call rte_mkdir,                            $(DESTDIR)$(libdir))
+       $(Q)cp -a               $O/lib/*                 $(DESTDIR)$(libdir)
        $(Q)$(call rte_symlink, $(DESTDIR)$(libdir),     $(DESTDIR)$(targetdir)/lib)
 
 install-doc:
 ifneq ($(wildcard $O/doc/html),)
        $(Q)$(call rte_mkdir, $(DESTDIR)$(docdir))
-       $(Q)tar -cf -      -C $O/doc html --exclude 'html/guides/.*' | \
+       $(Q)tar -cf -      -C $O/doc --exclude 'html/guides/.*' html | \
            tar -xf -      -C $(DESTDIR)$(docdir) --strip-components=1 \
                --keep-newer-files
 endif