diff options
author | Bill XIE <persmule@gmail.com> | 2017-09-12 11:54:48 +0800 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-09-17 21:29:57 +0000 |
commit | 4651d4501c87cabaa2e098aca960edd76600acf4 (patch) | |
tree | 016a69b6414c8cc10271fa2f0e74d50dfd2eb2b7 /util/ifdtool/Makefile | |
parent | 1bf6506e974b7b67c7dbb2634cbcf6509fdda353 (diff) |
ifdtool: redesign some structures
Redesign some array-like structures as true arrays,
and rewrite functions to dump them as loops.
This commit is one separated from the original I6d05418c.
Change-Id: I161c9a2ae83d26e658d67d0804e943fff95fe076
Signed-off-by: Bill XIE <persmule@gmail.com>
Reviewed-on: https://review.coreboot.org/21510
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/ifdtool/Makefile')
-rw-r--r-- | util/ifdtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile index 77547efc36..936aa50f90 100644 --- a/util/ifdtool/Makefile +++ b/util/ifdtool/Makefile @@ -18,7 +18,7 @@ PROGRAM = ifdtool CC = gcc INSTALL = /usr/bin/install PREFIX = /usr/local -CFLAGS = -O2 -g -Wall -W -Werror +CFLAGS = -O2 -g -Wall -W -Werror -I../../src/commonlib/include LDFLAGS = OBJS = ifdtool.o |