commit | f365a5123f69d229b2c74a3c424f78a3915dcc9b | [log] [tgz] |
---|---|---|
author | Amaury Pouly <amaury.pouly@gmail.com> | Fri Dec 06 11:37:10 2013 +0100 |
committer | Amaury Pouly <amaury.pouly@gmail.com> | Fri Dec 06 11:37:10 2013 +0100 |
tree | ffcffbfc19b25254933a99d269b280f45401bd56 | |
parent | 2bf192ee6ed4d5d64155c5623faa09e063830c4c [diff] |
hwstub: forgot the db command file for stmp Change-Id: I08ca6be221d3633c5b6e5e4b023afca33713e428
diff --git a/utils/hwstub/stub/stmp/hwstub.db b/utils/hwstub/stub/stmp/hwstub.db new file mode 100644 index 0000000..810b7b5 --- /dev/null +++ b/utils/hwstub/stub/stmp/hwstub.db
@@ -0,0 +1,15 @@ +options +{ + flags = 0x100; +} + +sources +{ + hwstub = extern(0); +} + +section(0) +{ + load hwstub > 0; + jump 0; +}