Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3883ece authored by Adrian Bunk's avatar Adrian Bunk Committed by Sam Ravnborg
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 9b3e4dad
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
#
# 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.

+0 −3
Original line number Diff line number Diff line
#
# 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 −1
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
#
# 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

+0 −4
Original line number Diff line number Diff line
#
# 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
Loading