fix typo in fio plugin REAME (#25)

Fix defconfig_x86_64-native-linux-gcc to
defconfig_x86_64-native-linuxapp-gcc
This commit is contained in:
Tsuyoshi Uchida 2016-06-21 17:08:27 -07:00 committed by Daniel Verkamp
parent 450bb7605b
commit 7fea41512c

View File

@ -17,7 +17,7 @@ Next, edit the CONFIG file located in the root of the SPDK repository and set CO
to y and FIO_SOURCE_DIR to the location of the fio repository that was just created.
Further, you'll need to build DPDK with -fPIC set. You can do this by modifying your
DPDK config file (i.e. config/defconfig_x86_64-native-linux-gcc) to include the line
DPDK config file (i.e. config/defconfig_x86_64-native-linuxapp-gcc) to include the line
EXTRA_CFLAGS=-fPIC