summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/busybox.TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains/CC/foreign/busybox.TARGETS')
-rw-r--r--toolchains/CC/foreign/busybox.TARGETS13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchains/CC/foreign/busybox.TARGETS b/toolchains/CC/foreign/busybox.TARGETS
new file mode 100644
index 0000000..d051ad1
--- /dev/null
+++ b/toolchains/CC/foreign/busybox.TARGETS
@@ -0,0 +1,13 @@
+{ "defaults":
+ { "type": ["@", "rules", "CC/foreign", "defaults"]
+ , "toolchain": ["staged-busybox"]
+ , "PATH":
+ [ "$(TOOLCHAIN)/busybox/bin"
+ , "$(TOOLCHAIN)/busybox/sbin"
+ , "$(TOOLCHAIN)/busybox/usr/bin"
+ , "$(TOOLCHAIN)/busybox/usr/sbin"
+ ]
+ }
+, "staged-busybox":
+ {"type": "install", "dirs": [[["", "toolchain"], "busybox"]]}
+}