summaryrefslogtreecommitdiff
path: root/toolchains/shell/busybox.TARGETS
blob: 70e61329afd7578d14704036c45d5c53f896cf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "defaults":
  { "type": "export"
  , "target": "defaults (unexported)"
  , "flexible_config":
    ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
  }
, "defaults (unexported)":
  { "type": ["@", "rules", "shell", "defaults"]
  , "toolchain": ["shell-busybox"]
  , "bin dirs":
    [ "shell-busybox/bin"
    , "shell-busybox/sbin"
    , "shell-busybox/usr/bin"
    , "shell-busybox/usr/sbin"
    ]
  }
, "shell-busybox":
  { "type": "install"
  , "dirs": [[["@", "busybox", "", "busybox"], "shell-busybox"]]
  }
}