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>
This commit is contained in:
parent
9b3e4dad7e
commit
d3883ecebb
8 changed files with 1 additions and 28 deletions
|
@ -1,9 +1,6 @@
|
|||
#
|
||||
# Makefile for the linux kernel.
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
|
||||
# Object file lists.
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
#
|
||||
# Makefile for the linux kernel.
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
|
||||
# Object file lists.
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
* Example:
|
||||
* $ cd ~/linux
|
||||
* $ make menuconfig <go to "Kernel Hacking" and turn on remote debugging>
|
||||
* $ make dep; make vmlinux
|
||||
* $ make vmlinux
|
||||
*
|
||||
* Step 3:
|
||||
* Download the kernel to the remote target and start
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#
|
||||
# Makefile for common code for Toshiba TX4927 based systems
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
#
|
||||
|
||||
obj-y += tx4927_prom.o tx4927_setup.o tx4927_irq.o
|
||||
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#
|
||||
# Makefile for common code for Toshiba TX4927 based systems
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
#
|
||||
|
||||
obj-y += prom.o setup.o irq.o
|
||||
obj-$(CONFIG_KGDB) += dbgio.o
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#
|
||||
# Makefile for common code for Toshiba TX4927 based systems
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
#
|
||||
|
||||
obj-y += prom.o setup.o irq.o spi_eeprom.o
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#
|
||||
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
#
|
||||
|
||||
obj-y := init.o fault.o tlb.o misc.o cache.o
|
||||
|
|
|
@ -3,11 +3,6 @@
|
|||
# Makefile for the Xtensa Instruction Set Simulator (ISS)
|
||||
# "prom monitor" library routines under Linux.
|
||||
#
|
||||
# Note! Dependencies are done automagically by 'make dep', which also
|
||||
# removes any old dependencies. DON'T put your own dependencies here
|
||||
# unless it's something special (ie not a .c file).
|
||||
#
|
||||
# Note 2! The CFLAGS definitions are in the main makefile...
|
||||
|
||||
obj-y = io.o console.o setup.o network.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue