Commit 06fc3e69 authored by Linus Torvalds's avatar Linus Torvalds

Merge http://linux-isdn.bkbits.net/linux-2.5.make

into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
parents cf5ba9c8 6a93ca05
......@@ -53,8 +53,10 @@ HOSTCXXFLAGS = -O2
CROSS_COMPILE =
# That's our default target when none is given on the command line
# Note that 'modules' will be added as a prerequisite as well,
# in the CONFIG_MODULES part below
all: vmlinux modules
all: vmlinux
# Decide whether to build built-in, modular, or both.
# Normally, just do built-in.
......@@ -508,6 +510,10 @@ depend dep:
ifdef CONFIG_MODULES
# By default, build modules as well
all: modules
# Build modules
.PHONY: modules __modversions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment