summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/devices.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/devices.lua')
-rw-r--r--scripts/src/devices.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/src/devices.lua b/scripts/src/devices.lua
index ede4d8b0a86..89d88fd7274 100644
--- a/scripts/src/devices.lua
+++ b/scripts/src/devices.lua
@@ -79,15 +79,11 @@ if #disasm_files > 0 then
}
if #disasm_dependency > 0 then
- dependency {
- disasm_dependency[1]
- }
+ dependency(disasm_dependency)
end
if #disasm_custombuildtask > 0 then
- custombuildtask {
- disasm_custombuildtask[1]
- }
+ custombuildtask(disasm_custombuildtask)
end
end