Commit 39db89a2 authored by Lucas Russo's avatar Lucas Russo

Makefile: remove pcie_driver dependency from install/uninstall

Now, we don't explicitly depend on the PCIe driver for the
compilation of the dev_io and dev_mngr. However, the driver should,
of course, be loaded before starting any dev_io or dev_mngr
instances.
parent ad4ec41d
......@@ -281,13 +281,13 @@ libclient_clean:
libclient_mrproper:
$(MAKE) -C $(LIBCLIENT_DIR) mrproper
deps: pcie_driver libmdp libbsmp
deps: libmdp libbsmp
deps_install: pcie_driver_install libmdp_install libbsmp_install
deps_install: libmdp_install libbsmp_install
deps_uninstall: pcie_driver_uninstall libmdp_uninstall libbsmp_uninstall
deps_uninstall: libmdp_uninstall libbsmp_uninstall
deps_clean: pcie_driver_clean libmdp_clean libbsmp_clean
deps_clean: libmdp_clean libbsmp_clean
deps_mrproper: libmdp_mrproper libbsmp_mrproper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment