PATHC: small bug in top-level Makefile - MODFLAGS

Tim Hockin (thockin@isunix.it.ilstu.edu)
Fri, 11 Jun 1999 18:03:49 -0500 (CDT)


There is a small bug in the top-level Makefile, whereby any arch specific
MODFLAGS gets nuked. This is used in mips, but I don't know if there are
any others.

Tim

--- Makefile.orig Fri Jun 11 17:02:14 1999
+++ Makefile Fri Jun 11 17:02:23 1999
@@ -287,7 +287,7 @@
fs lib mm ipc kernel drivers net: dummy
$(MAKE) $(subst $@, _dir_$@, $@)

-MODFLAGS = -DMODULE
+MODFLAGS += -DMODULE
ifdef CONFIG_MODULES
ifdef CONFIG_MODVERSIONS
MODFLAGS += -DMODVERSIONS -include $(HPATH)/linux/modversions.h

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/