diff --git a/[refs] b/[refs] index 7131b18030c2..7619d5ca1f29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 615f0833aa4c4aa944ceb78895bbffa8bd1884df +refs/heads/master: 3cebbb81c7e75321e25cc586d07a25a3d98278fc diff --git a/trunk/scripts/kconfig/Makefile b/trunk/scripts/kconfig/Makefile index 85b906547845..186c46604d06 100644 --- a/trunk/scripts/kconfig/Makefile +++ b/trunk/scripts/kconfig/Makefile @@ -32,11 +32,10 @@ silentoldconfig: $(obj)/conf # if no path is given, then use src directory to find file ifdef LSMOD -LSMOD_F = $(shell if [ `basename $(LSMOD)` == $(LSMOD) ]; then \ - echo $(objtree)/$(LSMOD); \ - else \ - echo $(LSMOD); \ - fi) +LSMOD_F := $(LSMOD) +ifeq ($(findstring /,$(LSMOD)),) + LSMOD_F := $(objtree)/$(LSMOD) +endif endif localmodconfig: $(obj)/streamline_config.pl $(obj)/conf