sbitmap: Advance the queue index before waking up a queue
[platform/kernel/linux-starfive.git] / lib / vdso / Makefile
index c415a68..e814061 100644 (file)
@@ -17,6 +17,6 @@ $(error ARCH_REL_TYPE_ABS is not set)
 endif
 
 quiet_cmd_vdso_check = VDSOCHK $@
-      cmd_vdso_check = if $(OBJDUMP) -R $@ | egrep -h "$(ARCH_REL_TYPE_ABS)"; \
+      cmd_vdso_check = if $(OBJDUMP) -R $@ | grep -E -h "$(ARCH_REL_TYPE_ABS)"; \
                       then (echo >&2 "$@: dynamic relocations are not supported"; \
                             rm -f $@; /bin/false); fi