diff options
| author | Michael Brown | 2005-04-17 18:01:13 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-17 18:01:13 +0200 |
| commit | 6ca5e85a3b5ac4ff91d0d697e5c8fc9e58ada0ba (patch) | |
| tree | 7e4d9b1619885d8808ce6ec194b376d216f1d68a | |
| parent | Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can work (diff) | |
| download | ipxe-6ca5e85a3b5ac4ff91d0d697e5c8fc9e58ada0ba.tar.gz ipxe-6ca5e85a3b5ac4ff91d0d697e5c8fc9e58ada0ba.tar.xz ipxe-6ca5e85a3b5ac4ff91d0d697e5c8fc9e58ada0ba.zip | |
Working format.
| -rw-r--r-- | src/config.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/config.h b/src/config.h index bace04958..fa7923194 100644 --- a/src/config.h +++ b/src/config.h @@ -2,13 +2,13 @@ * This file defines the configuration for Etherboot. * * The build system splits this file into several individual header - * files, so that changing one option doesn't necessitate a rebuild of - * every single object. For this reason, it is important to maintain - * the strict formatting in this file. + * files of the form config/%.h, so that changing one option doesn't + * necessitate a rebuild of every single object. For this reason, it + * is important to maintain the strict formatting in this file. * */ -/* BEGIN config_serial.h +/* @BEGIN serial.h * * Serial port configuration * @@ -32,5 +32,4 @@ #define COMSTOP 1 /* Stop bits */ #endif -/* END config_serial.h */ - +/* @END serial.h */ |
