X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=fea8ed316230cd1d44bc4c278d9a6476e0587a23;hb=c63dadfe0a253815a2d55f898818697010369b8d;hp=84c8c51156e7689947287fc0bbe6ea9d599db3ae;hpb=06e88a80c7e0bc8c5e5fe35f40cf8c6ca24447ea;p=librecmc%2Flibrecmc.git diff --git a/Makefile b/Makefile index 84c8c51156..fea8ed3162 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,10 @@ oldconfig: scripts/config/conf tmp/.config.in tmp/.config-target.in FORCE menuconfig: scripts/config/mconf tmp/.config.in tmp/.config-target.in FORCE $< Config.in +kernel_menuconfig: .config FORCE + -$(MAKE) target/linux-prepare + $(NO_TRACE_MAKE) -C target/linux menuconfig + package/%: tmp/.pkginfo tmp/.targetinfo FORCE $(MAKE) -C package $(patsubst package/%,%,$@) @@ -187,9 +191,6 @@ doc: docclean: $(MAKE) -C docs/ clean -symlinks: - scripts/feeds.sh $(CONFIG_SOURCE_FEEDS) - .SILENT: clean dirclean distclean config-clean download world FORCE: ; .PHONY: FORCE help