summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-12-06 11:37:10 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-06 11:37:10 +0100
commitf365a5123f69d229b2c74a3c424f78a3915dcc9b (patch)
treeffcffbfc19b25254933a99d269b280f45401bd56
parent2bf192ee6ed4d5d64155c5623faa09e063830c4c (diff)
downloadrockbox-f365a5123f69d229b2c74a3c424f78a3915dcc9b.tar.gz
rockbox-f365a5123f69d229b2c74a3c424f78a3915dcc9b.zip
hwstub: forgot the db command file for stmp
Change-Id: I08ca6be221d3633c5b6e5e4b023afca33713e428
-rw-r--r--utils/hwstub/stub/stmp/hwstub.db15
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 0000000000..810b7b5a4f
--- /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;
+}