diff options
-rw-r--r-- | docs/buildroot.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index ee0d6dea4..f7b9ab109 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -177,10 +177,10 @@ <p>Buildroot optionally honors some environment variables that are passed to <code>make</code> :</p> <ul> - <li>HOSTCXX - <li>HOSTCC - <li>UCLIBC_CONFIG_FILE=<path/to/.config> - <li>BUSYBOX_CONFIG_FILE=<path/to/.config> + <li>HOSTCXX</li> + <li>HOSTCC</li> + <li>UCLIBC_CONFIG_FILE=<path/to/.config></li> + <li>BUSYBOX_CONFIG_FILE=<path/to/.config></li> </ul> <p>An example that uses config files located in the toplevel directory and |