aboutsummaryrefslogtreecommitdiff
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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/genwakecode.sh b/sys/amd64/acpica/genwakecode.sh
index b4853863ae7e..c9d0077de56a 100755
--- a/sys/amd64/acpica/genwakecode.sh
+++ b/sys/amd64/acpica/genwakecode.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# $FreeBSD$
#
-file2c 'static char wakecode[] = {' '};' <acpi_wakecode.bin
+file2c -sx 'static char wakecode[] = {' '};' <acpi_wakecode.bin
exit 0