public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.7 net/wanrouter/Makefile, broken SANGOMA
@ 2001-07-21  8:15 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2001-07-21  8:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: ncorbic

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?


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-21  8:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-21  8:15 2.4.7 net/wanrouter/Makefile, broken SANGOMA Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox