summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica/genwakecode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/acpica/genwakecode.sh')
-rwxr-xr-xsys/amd64/acpica/genwakecode.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/acpica/genwakecode.sh b/sys/amd64/acpica/genwakecode.sh
new file mode 100755
index 0000000..b485386
--- /dev/null
+++ b/sys/amd64/acpica/genwakecode.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# $FreeBSD$
+#
+file2c 'static char wakecode[] = {' '};' <acpi_wakecode.bin
+
+exit 0
OpenPOWER on IntegriCloud