diff options
author | 2015-10-09 14:13:35 +0200 | |
---|---|---|
committer | 2015-10-09 14:13:35 +0200 | |
commit | 8e22b1d22f1e1e616ca5e08f1064cad614387b2e (patch) | |
tree | 9646495a807a456b608898fd4dcb29970cf6e731 /scripts/src/devices.lua | |
parent | 811de65fdb856f019b808443453a9587a079d219 (diff) |
Renamed DRIVERS parameter to SOURCES since you can add any source you wish to include in target (nw)
Diffstat (limited to 'scripts/src/devices.lua')
-rw-r--r-- | scripts/src/devices.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/devices.lua b/scripts/src/devices.lua index 4abafb0fc5a..c46d0db8427 100644 --- a/scripts/src/devices.lua +++ b/scripts/src/devices.lua @@ -47,7 +47,7 @@ function devicesProject(_target, _subtarget) dofile(path.join("src", "machine.lua")) -if (_OPTIONS["DRIVERS"] == nil) then +if (_OPTIONS["SOURCES"] == nil) then project ("bus") uuid ("5d782c89-cf7e-4cfe-8f9f-0d4bfc16c91d") kind (LIBTYPE) |