diff options
author | Nico Huber <nico.h@gmx.de> | 2019-06-15 17:33:49 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-17 08:31:18 +0000 |
commit | 4f213285d78974c4b8915b311aff88449279f554 (patch) | |
tree | 6927f36d10acff0bee42054d881072354dff192c /Doxyfile | |
parent | 2b94cdb5cb2a33958b2b0165e02bec17a58a8494 (diff) | |
download | flashrom-4f213285d78974c4b8915b311aff88449279f554.tar.gz flashrom-4f213285d78974c4b8915b311aff88449279f554.tar.bz2 flashrom-4f213285d78974c4b8915b311aff88449279f554.zip |
layout: Move generic layout functions into `layout.c`
Change-Id: If1edde70fc51e88e6e1c560d79a0d51941b9627c
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33514
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -782,7 +782,8 @@ WARN_LOGFILE = INPUT = libflashrom.c \ libflashrom.h \ - flashrom.c + flashrom.c \ + layout.c \ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |