diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-10-04 03:59:36 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-10-05 08:14:37 -0400 |
commit | 4d96797d19b46f040508e12fd92dcf80e7f547a5 (patch) | |
tree | 4ad47919dce79a561715f0a1764059c7d955ea54 /projects/libpayload | |
parent | edd08234cf396d304c5c5b5f874500c0381c08ef (diff) | |
download | librebootfr-4d96797d19b46f040508e12fd92dcf80e7f547a5.tar.gz librebootfr-4d96797d19b46f040508e12fd92dcf80e7f547a5.zip |
Add separate minnie/speedy libpayload targets
In order to avoid additional, fragile, complexity for building
depthcharge, libpayload must be built for the minnie/speedy veyron
subtargets; this is the simplest way to avoid making special cases in
either the depthcharge scripts or the libpayload scripts with respect
to ensuring the depthcharge build action can locate the proper
libpayload build directory.
Diffstat (limited to 'projects/libpayload')
-rw-r--r-- | projects/libpayload/configs/depthcharge/veyron/targets | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/libpayload/configs/depthcharge/veyron/targets b/projects/libpayload/configs/depthcharge/veyron/targets new file mode 100644 index 00000000..1722192f --- /dev/null +++ b/projects/libpayload/configs/depthcharge/veyron/targets @@ -0,0 +1,2 @@ +minnie +speedy |