summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-13 06:06:30 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-13 06:06:30 -0500
commit9f174d6eb46f7c05ca8f8f975e210cd2050f6644 (patch)
tree16b176f42f3e081999fa0af1d19f40b6cd953168
parent1ab37c01a3f683643f14a493837b180d209c7bb0 (diff)
kbuild: Add build dep for UML
Using .S -> .s needs scripts/fixdep, which is not necessarily there so early during the build, so add a dependency on it.
-rw-r--r--arch/um/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile
index c8889424b773..25d0b9690e54 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -71,7 +71,7 @@ LDFLAGS_vmlinux = -r $(ARCH_DIR)/main.o
vmlinux: $(ARCH_DIR)/main.o
-$(ARCH_DIR)/uml.lds.s : $(ARCH_DIR)/uml.lds.S
+$(ARCH_DIR)/uml.lds.s : $(ARCH_DIR)/uml.lds.S scripts FORCE
$(call if_changed_dep,as_s_S)
AFLAGS_uml.lds.o = -U$(SUBARCH) -DSTART=$$(($(TOP_ADDR) - $(SIZE))) \