From 11ca9d9f43e7e741b3138a06a6c6ab34be436dd8 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 1 Oct 2013 16:56:35 -0400 Subject: Add generated protobuf implementations. --- gen/README.mkd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gen/README.mkd (limited to 'gen/README.mkd') diff --git a/gen/README.mkd b/gen/README.mkd new file mode 100644 index 00000000..e607772d --- /dev/null +++ b/gen/README.mkd @@ -0,0 +1,11 @@ +Generated Files +================ + +This directory holds generated implementation files for the Protocol Buffer +objects defined in openxc.proto. The definitions don't change very often, and so +it makes more sense to keep a compiled version in the repository for each +major build environment rather than requiring each developer to get the protobuf +dependencies. + +I've also not found a good way to incorporate protobuf generation with our +Makefile build system in the openxc/vi-firmware project. -- cgit