Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/avr/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/hc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/mips/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/misoc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/or1k/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/renesas/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/risc-v/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/sim/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ distclean:: clean
$(Q) if [ -e board/Makefile ]; then \
$(MAKE) -C board distclean ; \
fi
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HOSTSRCS:.c=.ddh))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, config.h)
Expand Down
1 change: 1 addition & 0 deletions arch/tricore/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/x86/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/x86_64/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions arch/xtensa/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ distclean:: clean
ifeq ($(BOARDMAKE),y)
$(Q) $(MAKE) -C board distclean
endif
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(HEAD_CSRC:.c=.ddc) $(HEAD_ASRC:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions audio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions binfmt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions boards/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ clean: clean_context
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds) $(CXXSRCS:.cxx=.ddx))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ clean:
$(call CLEAN)

distclean:: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ clean:
$(call CLEAN)

distclean:: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions graphics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ clean:
$(call CLEAN)

distclean: clean clean_context
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions libs/libc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ distclean:: clean
$(Q) $(MAKE) -C zoneinfo distclean BIN=$(BIN)
$(Q) $(MAKE) -C elf distclean
$(call DELFILE, exec_symtab.c)
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, .depend)
$(call DELDIR, bin)
$(call DELDIR, kbin)
Expand Down
1 change: 1 addition & 0 deletions libs/libc/zoneinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, .tzunpack)
Expand Down
1 change: 1 addition & 0 deletions libs/libdsp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions libs/libm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ clean:
distclean:: clean
$(call DELDIR, bin)
$(call DELDIR, kbin)
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, .depend)

-include bin$(DELIM)Make.dep
Expand Down
1 change: 1 addition & 0 deletions libs/libnx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ clean:
distclean: clean
$(call DELDIR, bin)
$(call DELDIR, kbin)
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, .depend)
$(Q) $(MAKE) -C nxfonts -f Makefile.sources distclean EXTRAFLAGS="$(EXTRAFLAGS)"

Expand Down
1 change: 1 addition & 0 deletions libs/libxx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ clean:
$(call CLEAN)

distclean:: clean
$(call DELFILE, $(CXXSRCS:.cxx=.ddx) $(CPPSRCS:.cpp=.ddp))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ clean:
distclean:: clean
$(call DELDIR, bin)
$(call DELDIR, kbin)
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, .depend)

-include bin$(DELIM)Make.dep
Expand Down
1 change: 1 addition & 0 deletions net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions openamp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ clean:
$(call CLEAN)

distclean:: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions pass1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, *.c)
Expand Down
1 change: 1 addition & 0 deletions sched/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions syscall/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ endif

distclean: clean
$(call DELFILE, .context)
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DELFILE, proxies$(DELIM)*.c)
Expand Down
1 change: 1 addition & 0 deletions video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
1 change: 1 addition & 0 deletions wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ clean:
$(call CLEAN)

distclean: clean
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)

Expand Down
Loading