On Fri, 28 Sep 2001, Uros Bizjak wrote: > ifeq (1,$(CONFIG_SND_CARD_SBAWE)) > TARGETS += $(TOPDIR)/modules/snd-card-sbawe.o > endif
I put in an echo here, typed make in the cards/ directory, and nothing happened. > And this is wrapped into: > > ifeq (1,$(CONFIG_SND_ISA)) I put an echo here, hit make, and nothing. So I added an else followed by an echo, and voila! told me that CONFIG_SND_ISA was not defined. > We have two possibilities: > > 1) CONFIG_SND_CARD_SBAWE is not defined (very unlikely) > 2) CONFIG_SND_ISA is not defined I removed the ifeq (1,$(CONFIG_SND_ISA)) and recompiled. Now I have snd-card-sbawe.o in the modules/ directory. So it looks like CONFIG_SND_ISA is not getting defined. Why is that? > CONFIG_SND_ISA depends on detected processor type and is defined in > configure.in (from line 222 onwards). Could this be your problem? Looking into this. James Rich [EMAIL PROTECTED] _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel