]> git.neil.brown.name Git - history.git/commitdiff
kbuild: small fixes
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Fri, 4 Oct 2002 17:32:50 +0000 (12:32 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Fri, 4 Oct 2002 17:32:50 +0000 (12:32 -0500)
Fix "make xconfig" and remove a reference to drivers/sbus/audio,
which does not exist.

(Sam Ravnborg)

Makefile
drivers/sbus/Makefile

index ad7ed90bc6f7f441ad8429d3c02c39a85d819d1c..d9fcbfd7aaddcbd322390461288b39b9941eff9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -622,7 +622,7 @@ ifeq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),)
        make_with_config
 
 xconfig:
-       @$(call descend,scripts,kconfig.tk)
+       @$(call descend,scripts,scripts/kconfig.tk)
        wish -f scripts/kconfig.tk
 
 menuconfig:
index 783e9da22266ab37fd636c002323c2cdd519da0d..d259ee9b131f2641f6594bd12c81ec80cd831fcb 100644 (file)
@@ -7,6 +7,5 @@ obj-y    := sbus.o dvma.o
 endif
 
 obj-$(CONFIG_SBUSCHAR) += char/
-obj-$(CONFIG_SPARCAUDIO) += audio/
 
 include $(TOPDIR)/Rules.make