2.4.7 net/wanrouter/Makefile, broken SANGOMA

Keith Owens (kaos@ocs.com.au)
Sat, 21 Jul 2001 18:15:13 +1000


This code in 2.4.7 net/wanrouter/Makefile makes no sense.

obj-m := $(O_TARGET)
ifneq ($(CONFIG_VENDOR_SANGOMA),n)
obj-m += $(O_TARGET)
endif

obj-m is always $(O_TARGET), adding a second $(O_TARGET) is wrong.
What is CONFIG_VENDOR_SANGOMA trying to do here?

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