Messages in this thread |  | | From | Keith Owens <> | Subject | Re: Linux 2.4.0ac1 | Date | Fri, 05 Jan 2001 17:05:44 +1100 |
| |
On Thu, 04 Jan 2001 21:54:29 -0800, Miles Lane <miles@megapathdsl.net> wrote: >make[4]: Entering directory `/usr/src/linux/drivers/acpi' >/usr/src/linux/Rules.make:224: *** Recursive variable `CFLAGS' references itself (eventually). Stop.
In drivers/acpi/Makefile, delete the line
$(MODINCL)/%.ver: CFLAGS = -I./include $(CFLAGS)
You will be able to compile but acpi may not work with module symbol versions, so do not select module symbol versions.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |