9dd998cdc0
Add a configure script in the root of the repository that looks and feels like one that would be generated by autotools. This script simply generates a CONFIG file for you, which used to be done by hand. Now to build SPDK you can do the following: ./configure --with-dpdk=path make Change-Id: I44ebb91f0cb1468b86da4c0033ac1406595d4967 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
26 lines
189 B
Plaintext
26 lines
189 B
Plaintext
*.~
|
|
*.a
|
|
*.cmd
|
|
*.d
|
|
*.gcda
|
|
*.gcno
|
|
*.kdev4
|
|
*.ko
|
|
*.log
|
|
*.map
|
|
*.o
|
|
*.pyc
|
|
*.so
|
|
*.swp
|
|
tags
|
|
cscope.out
|
|
dpdk-*
|
|
CUnit-Memory-Dump.xml
|
|
config.h
|
|
CONFIG.local
|
|
*VC.db
|
|
.vscode
|
|
.project
|
|
.cproject
|
|
.settings
|