Move out BUILD build system module start and end messages to the respective targets...
[pub/USBasp.git] / LUFA / DoxygenPages / BuildSystem.txt
index 0d7d6be..8cce2a5 100644 (file)
  *    <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>\r
  *   </tr>\r
  *   <tr>\r
+ *    <td><tt>lib</tt></td>\r
+ *    <td>Build and archive all source files into a library A binary file.</td>\r
+ *   </tr>\r
+ *   <tr>\r
  *    <td><tt>all</tt></td>\r
  *    <td>Build and link the application into ELF debug and HEX binary files.</td>\r
  *   </tr>\r
  *\r
  *  To use this module in your application makefile, add the following code:\r
  *  \code\r
- *  include $(LUFA_PATH)/Build/lufa.dfu.in
+ *  include $(LUFA_PATH)/Build/lufa.dfu.in\r
  *  \endcode\r
  *\r
  *  \section SSec_BuildModule_DFU_Requirements Requirements\r
  *   </tr>\r
  *   <tr>\r
  *    <td><tt>hid-teensy</tt></td>\r
- *    <td>Program the device EEPROM memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>\r
+ *    <td>Program the device FLASH memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>\r
  *   </tr>\r
  *  </table>\r
  *\r