- * The LUFA build system is an attempt at making a set of re-usable, modular build make files which\r
- * can be referenced in a LUFA powered project, to minimize the amount of code required in an\r
- * application makefile. The system is written in GNU Make, and each module is independent of\r
- * one-another.\r
+ * The LUFA build system was originally an attempt at making a set of\r
+ * re-usable, modular build make files which could be referenced in a LUFA\r
+ * powered project, to minimize the amount of code required in an\r
+ * application makefile.\r
+ *\r
+ * As it turned out to be fairly generic in nature, it was split out into its\r
+ * own separate project, called DMBS (<i>Dean's Makefile Build System</i>)\r
+ * which is released into the public domain. LUFA specific portions of the\r
+ * LUFA build system extend DMBS, and provide a universal build system for all\r
+ * LUFA projects.\r
+ *\r
+ * The latest DMBS project information can be found at:\r
+ * https://github.com/abcminiuser/dmbs\r
+ *\r
+ * DMBS is written in GNU Make, and each module is independent of one-another.\r
+ *\r
+ * \section SSec_BuildSystem_Using Using the LUFA Build System\r