diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-12-06 11:37:10 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-12-06 11:37:10 +0100 |
| commit | f365a5123f69d229b2c74a3c424f78a3915dcc9b (patch) | |
| tree | ffcffbfc19b25254933a99d269b280f45401bd56 | |
| parent | 2bf192ee6ed4d5d64155c5623faa09e063830c4c (diff) | |
| download | rockbox-f365a5123f69d229b2c74a3c424f78a3915dcc9b.zip rockbox-f365a5123f69d229b2c74a3c424f78a3915dcc9b.tar.gz rockbox-f365a5123f69d229b2c74a3c424f78a3915dcc9b.tar.bz2 rockbox-f365a5123f69d229b2c74a3c424f78a3915dcc9b.tar.xz | |
hwstub: forgot the db command file for stmp
Change-Id: I08ca6be221d3633c5b6e5e4b023afca33713e428
| -rw-r--r-- | utils/hwstub/stub/stmp/hwstub.db | 15 |
1 files changed, 15 insertions, 0 deletions
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; +} |