Commit 729586ea authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: small fixes

Fix "make xconfig" and remove a reference to drivers/sbus/audio,
which does not exist.

(Sam Ravnborg)
parent 1ed8f688
......@@ -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:
......
......@@ -7,6 +7,5 @@ obj-y := sbus.o dvma.o
endif
obj-$(CONFIG_SBUSCHAR) += char/
obj-$(CONFIG_SPARCAUDIO) += audio/
include $(TOPDIR)/Rules.make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment