X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=fea8ed316230cd1d44bc4c278d9a6476e0587a23;hb=c63dadfe0a253815a2d55f898818697010369b8d;hp=35fc2c8884e036ae93e656f9c538ae90acc614c9;hpb=7656ad75e5320ce90c09193942447e38d317367f;p=librecmc%2Flibrecmc.git diff --git a/Makefile b/Makefile index 35fc2c8884..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/%,%,$@)