Commit a9b3ee51 authored by Andy Grover's avatar Andy Grover

ACPI: Optimize for space

parent 978489b9
......@@ -4,7 +4,7 @@
export ACPI_CFLAGS
ACPI_CFLAGS := -D_LINUX -Iinclude/acpi
ACPI_CFLAGS := -D_LINUX -Os -Iinclude/acpi
ifdef CONFIG_ACPI_DEBUG
ACPI_CFLAGS += -DACPI_DEBUG_OUTPUT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment