Commit d3883ecebbf9e095b9e379dabbbe8b2c1ee7a41c
Committed by
Sam Ravnborg
1 parent
9b3e4dad7e
Exists in
master
and in
7 other branches
Remove references to "make dep"
"make dep" is no longer required in kernel 2.6, but was still mentioned in some places. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Showing 8 changed files with 1 additions and 28 deletions Side-by-side Diff
arch/arm/mach-imx/Makefile
arch/arm/mach-netx/Makefile
arch/frv/kernel/gdb-stub.c
arch/mips/tx4927/common/Makefile
1 | 1 | # |
2 | 2 | # Makefile for common code for Toshiba TX4927 based systems |
3 | 3 | # |
4 | -# Note! Dependencies are done automagically by 'make dep', which also | |
5 | -# removes any old dependencies. DON'T put your own dependencies here | |
6 | -# unless it's something special (ie not a .c file). | |
7 | -# | |
8 | 4 | |
9 | 5 | obj-y += tx4927_prom.o tx4927_setup.o tx4927_irq.o |
10 | 6 |
arch/mips/tx4938/common/Makefile
1 | 1 | # |
2 | 2 | # Makefile for common code for Toshiba TX4927 based systems |
3 | 3 | # |
4 | -# Note! Dependencies are done automagically by 'make dep', which also | |
5 | -# removes any old dependencies. DON'T put your own dependencies here | |
6 | -# unless it's something special (ie not a .c file). | |
7 | -# | |
8 | 4 | |
9 | 5 | obj-y += prom.o setup.o irq.o |
10 | 6 | obj-$(CONFIG_KGDB) += dbgio.o |
arch/mips/tx4938/toshiba_rbtx4938/Makefile
1 | 1 | # |
2 | 2 | # Makefile for common code for Toshiba TX4927 based systems |
3 | 3 | # |
4 | -# Note! Dependencies are done automagically by 'make dep', which also | |
5 | -# removes any old dependencies. DON'T put your own dependencies here | |
6 | -# unless it's something special (ie not a .c file). | |
7 | -# | |
8 | 4 | |
9 | 5 | obj-y += prom.o setup.o irq.o spi_eeprom.o |
10 | 6 |
arch/xtensa/mm/Makefile
1 | 1 | # |
2 | 2 | # Makefile for the Linux/Xtensa-specific parts of the memory manager. |
3 | 3 | # |
4 | -# Note! Dependencies are done automagically by 'make dep', which also | |
5 | -# removes any old dependencies. DON'T put your own dependencies here | |
6 | -# unless it's something special (ie not a .c file). | |
7 | -# | |
8 | 4 | |
9 | 5 | obj-y := init.o fault.o tlb.o misc.o cache.o |
arch/xtensa/platform-iss/Makefile
... | ... | @@ -3,11 +3,6 @@ |
3 | 3 | # Makefile for the Xtensa Instruction Set Simulator (ISS) |
4 | 4 | # "prom monitor" library routines under Linux. |
5 | 5 | # |
6 | -# Note! Dependencies are done automagically by 'make dep', which also | |
7 | -# removes any old dependencies. DON'T put your own dependencies here | |
8 | -# unless it's something special (ie not a .c file). | |
9 | -# | |
10 | -# Note 2! The CFLAGS definitions are in the main makefile... | |
11 | 6 | |
12 | 7 | obj-y = io.o console.o setup.o network.o |