Add conditional compiling to README

This commit is contained in:
Xianjun Jiao 2022-05-13 16:59:04 +02:00
parent e9919b3785
commit 1e86c1aa7d

View File

@ -170,6 +170,7 @@ Since the pre-built SD card image might not have the latest bug-fixes/updates, i
```
cd openwifi/driver; ./make_all.sh $XILINX_DIR ARCH_BIT
(For Zynq 7000, ARCH_BIT should be 32, for Zynq MPSoC, ARCH_BIT should be 64)
(More arguments (max 5) beyond above two will be converted to #define argument in pre_def.h for conditional compiling)
```
- Copy the driver files to the board via ssh channel
```