diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-28 16:17:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-28 17:01:12 -0400 |
commit | cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66 (patch) | |
tree | 85b47e5c4df434699184ff6f532291814027a250 /test | |
parent | 6aba3c552ba43c8e2ffbe494ec4de5db403624f4 (diff) | |
download | kutter-cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66.tar.gz kutter-cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66.tar.xz kutter-cda08a844ae0a6e1a18dc51eca68a2d9c3a25f66.zip |
test: Add a build test case for the PRU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/pru.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/pru.config b/test/configs/pru.config new file mode 100644 index 00000000..eee1a467 --- /dev/null +++ b/test/configs/pru.config @@ -0,0 +1,2 @@ +# Base config file for the Beaglebone PRU +CONFIG_MACH_PRU=y |