From 1e86c1aa7d07ac618e7efd531d7e8be9448ef63c Mon Sep 17 00:00:00 2001 From: Xianjun Jiao Date: Fri, 13 May 2022 16:59:04 +0200 Subject: [PATCH] Add conditional compiling to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4b256b..c44cb79 100644 --- a/README.md +++ b/README.md @@ -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 ```