[dpdk-dev] [PATCH v4 2/7] mk: Add rule for installing app files

2015-10-16 Thread Olivier MATZ
Hi Mario, On 10/05/2015 10:20 PM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK app files, > nic bind file and cpu layout file. > > When invoking "make install-bin" app files will > be installed in: $(DESTDIR)/$(BIN_DIR) > where BIN_DIR=/usr/bin by default. > > You can override

[dpdk-dev] [PATCH v4 2/7] mk: Add rule for installing app files

2015-10-05 Thread Mario Carrillo
Add hierarchy-file support to the DPDK app files, nic bind file and cpu layout file. When invoking "make install-bin" app files will be installed in: $(DESTDIR)/$(BIN_DIR) where BIN_DIR=/usr/bin by default. You can override BIN_DIR var. This hierarchy is based on: