Re: [PATCH v4 1/3] buildtools: add helper to convert text file to header

2024-08-02 Thread Bruce Richardson
On Thu, Aug 01, 2024 at 10:29:08AM -0700, Stephen Hemminger wrote: > Simple script to read a file and make it into a initialized > C string in a header file. > > Signed-off-by: Stephen Hemminger > --- > buildtools/gen-header.py | 36 > buildtools/meson.build

[PATCH v4 1/3] buildtools: add helper to convert text file to header

2024-08-01 Thread Stephen Hemminger
Simple script to read a file and make it into a initialized C string in a header file. Signed-off-by: Stephen Hemminger --- buildtools/gen-header.py | 36 buildtools/meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 b