diff options
Diffstat (limited to '')
-rw-r--r-- | arch/mips/Makefile.postlink | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/Makefile.postlink b/arch/mips/Makefile.postlink index 34e3bd71f3..6cfdc149d3 100644 --- a/arch/mips/Makefile.postlink +++ b/arch/mips/Makefile.postlink @@ -31,9 +31,6 @@ ifeq ($(CONFIG_RELOCATABLE),y) $(call if_changed,relocs) endif -%.ko: FORCE - @true - clean: @true |