diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:21:20 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:21:20 +0200 |
commit | 09e762b94a941c9b6f2402c6ea8bf444e13c1574 (patch) | |
tree | 13a999a79e4b7776fa3537d45c2e403271ad196a /CAN-binder/packaging/wgt/etc | |
parent | 39c3d1c6e78ee2f85b713dec39946c05709c1076 (diff) |
Using new CMake architecture (again...)
Following the new CMake template from https://gerrit.automotivelinux.org/gerrit/apps/app-templates
these CMake files use helpers macros from macros.cmake and project configuration config.cmake.
Change-Id: I2297b6ad6c65cd763d1870d5b62564e8795f4317
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/packaging/wgt/etc')
-rw-r--r-- | CAN-binder/packaging/wgt/etc/can_buses.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CAN-binder/packaging/wgt/etc/can_buses.json b/CAN-binder/packaging/wgt/etc/can_buses.json new file mode 100644 index 0000000..c4292df --- /dev/null +++ b/CAN-binder/packaging/wgt/etc/can_buses.json @@ -0,0 +1,3 @@ +{ + "canbus": "can0" +} |