]> git.hungrycats.org Git - linux/commitdiff
main.o needed to be added to the vmlinux dependencies so it would build.
authorJeff Dike <jdike@uml.karaya.com>
Sun, 29 Sep 2002 20:02:33 +0000 (16:02 -0400)
committerJeff Dike <jdike@uml.karaya.com>
Sun, 29 Sep 2002 20:02:33 +0000 (16:02 -0400)
arch/um/Makefile

index c7f02fbc5559c1a7c9666b203bc42d8b292d9c11..2ae68e7dbaf0953e5900e686909562aa85cc1e52 100644 (file)
@@ -77,7 +77,7 @@ $(ARCH_DIR)/vmlinux.lds.S :
        touch $@
 
 linux: scripts $(ARCH_SYMLINKS) $(SYS_HEADERS) $(GEN_HEADERS) \
-       arch/um/uml.lds.s vmlinux
+       arch/um/uml.lds.s $(ARCH_DIR)/main.o vmlinux
        $(CC) -Wl,-T,arch/um/uml.lds.s -o $@ $(LINK_PROFILE) \
        $(LINK_WRAPS) -static vmlinux -L/usr/lib -lutil