X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=878d7aa3d2dd651651dc90d18fd2d765e4f2d5c8;hb=1ad4ec0dc740c4183acd6d6e367ca52b28e4fa94;hp=4572f106e30b69fbd5628088b58fbd54133cc09a;hpb=97b1007a2924aaa9126398623f6755a8c3c6a616;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index 4572f106e30b..878d7aa3d2dd 100644 --- a/Makefile +++ b/Makefile @@ -1399,7 +1399,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) # Run depmod only if we have System.map and depmod is executable quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \ - $(KERNELRELEASE) "$(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX))" + $(KERNELRELEASE) "$(patsubst y,_,$(CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX))" # Create temporary dir for module support files # clean it up only when building all modules