Commit 08983405 authored by Jeff Dike's avatar Jeff Dike

main.o needed to be added to the vmlinux dependencies so it would build.

parent 6d4fb86c
......@@ -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
......
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