Spdk/lib/env_dpdk
Daniel Verkamp bc7b070deb env_dpdk: move system libraries out of ENV_LIBS
The $(ENV_LIBS) variable was including system library linker arguments
like '-ldl', but $(ENV_LIBS) is intended to be used as a dependency for
other Makefile targets, and those arguments don't belong there.

Add the system library linker arguments to ENV_LINKER_ARGS instead.

Change-Id: I247264d287047f1423365806042982b492eec311
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-01-26 10:51:11 -07:00
..
env_internal.h env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
env.c env: remove return statements in void functions 2016-11-28 10:08:35 -07:00
env.mk env_dpdk: move system libraries out of ENV_LIBS 2017-01-26 10:51:11 -07:00
Makefile env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
pci_ioat.c ioat: add Skylake Xeon device ID 2017-01-19 09:39:59 -07:00
pci_nvme.c env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
pci.c env: Add spdk_pci_get_device 2016-12-12 10:13:16 -07:00
vtophys.c env: add spdk_vtophys_register/unregister 2016-11-16 09:21:57 -07:00