aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.de>2021-03-31 20:40:01 +0200
committerNico Huber <nico.h@gmx.de>2021-06-09 15:44:53 +0000
commit9e0909587795c12a5f2932a60ecfe082adbbc5c4 (patch)
treef8daf8fbc3465d674aed5795ffb8f026aa9a5b8e /meson.build
parent113f3bca1eeb6692574c53d1244bc64cb6f6e116 (diff)
downloadflashrom-9e0909587795c12a5f2932a60ecfe082adbbc5c4.tar.gz
flashrom-9e0909587795c12a5f2932a60ecfe082adbbc5c4.tar.bz2
flashrom-9e0909587795c12a5f2932a60ecfe082adbbc5c4.zip
programmer_table: move array content to an own file
Change-Id: I8e6d704e845ee4152c8676dd19dff0934fff007b Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/52944 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8ff08b14..00170717 100644
--- a/meson.build
+++ b/meson.build
@@ -361,6 +361,7 @@ srcs += 'libflashrom.c'
srcs += 'opaque.c'
srcs += 'print.c'
srcs += 'programmer.c'
+srcs += 'programmer_table.c'
srcs += 's25f.c'
srcs += 'sfdp.c'
srcs += 'spi25.c'