diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-29 07:55:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-29 07:55:58 -0700 |
| commit | 22775da009ff878e020593ad247d7615e16f6ce8 (patch) | |
| tree | 06a414ba1e215e321b7dd25566c95d6d3a3373cc | |
| parent | 5c105f7dff10a03248a5984169c2fafec632541e (diff) | |
Fix up ACPI makefile that got broken by the merge.
| -rw-r--r-- | drivers/acpi/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 9fab3958d711..aa74657ca074 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -2,8 +2,6 @@ # Makefile for the Linux ACPI interpreter # -O_TARGET := acpi.o - export ACPI_CFLAGS ACPI_CFLAGS := -D_LINUX -I$(CURDIR)/include |
