diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -84,10 +84,6 @@ common-generated += dummy.o dummy.c # This makes all the auxiliary and test programs. .PHONY: others tests bench -ifeq ($(multi-arch),no) -tests := $(filter-out $(tests-ifunc), $(tests)) -xtests := $(filter-out $(xtests-ifunc), $(xtests)) -endif ifeq ($(build-programs),yes) others: $(addprefix $(objpfx),$(others) $(sysdep-others) $(extra-objs)) |