summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/genwakecode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/acpica/genwakecode.sh')
-rw-r--r--sys/i386/acpica/genwakecode.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/i386/acpica/genwakecode.sh b/sys/i386/acpica/genwakecode.sh
deleted file mode 100644
index caffbf8..0000000
--- a/sys/i386/acpica/genwakecode.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-#
-file2c 'static char wakecode[] = {' '};' <acpi_wakecode.bin
-
-nm -n --defined-only acpi_wakecode.o | while read offset dummy what
-do
- echo "#define ${what} 0x${offset}"
-done
-
-exit 0
OpenPOWER on IntegriCloud