Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
# Read a preprocessed ASL listing and put each ACPI_EXTRACT
# directive in a comment, to make iasl skip it.
# We also put each directive on a new line, the machinery
-# in tools/acpi_extract.py requires this.
+# in scripts/acpi_extract.py requires this.
import re
import sys
# This file may be distributed under the terms of the GNU GPLv3 license.
# Usage:
-# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | tools/checkstack.py
+# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | scripts/checkstack.py
import sys
import re
# LD script headers/trailers
COMMONHEADER = """
-/* DO NOT EDIT! This is an autogenerated file. See tools/layoutrom.py. */
+/* DO NOT EDIT! This is an autogenerated file. See scripts/layoutrom.py. */
OUTPUT_FORMAT("elf32-i386")
OUTPUT_ARCH("i386")
SECTIONS
# This file may be distributed under the terms of the GNU GPLv3 license.
# Usage:
-# tools/readserial.py /dev/ttyUSB0 115200
+# scripts/readserial.py /dev/ttyUSB0 115200
import sys
import time