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;
+}