Commit 73bf4f07 authored by claes's avatar claes

usbio fix

parent bfcc82c6
...@@ -207,6 +207,7 @@ sub build_kernel # args: flavour ...@@ -207,6 +207,7 @@ sub build_kernel # args: flavour
merge(); merge();
_module("otherio"); _module("otherio");
_build("exp","rt","src","copy"); _build("exp","rt","src","copy");
_build("lib","usbio_dummy","src","init lib");
merge(); merge();
_module("xtt"); _module("xtt");
build_all("exe", $flavour); build_all("exe", $flavour);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment