Skip to content
Snippets Groups Projects
Commit bd49504f authored by scjody's avatar scjody
Browse files

Branch HEAD

Ensure Module.symvers is always updated when ldiskfs.o is rebuilt.

Patch by Nathan.

b=12842
i=scjody
i=brian
parent fb698736
No related branches found
No related tags found
No related merge requests found
......@@ -71,10 +71,10 @@ CLEANFILES = sources $(notdir $(linux_headers) $(ext3_headers) $(ext3_sources) $
clean: clean-am
rm -rf linux linux-stage
all: @LINUX_OBJ@/Module.symvers
all: update-symvers
# Update the kernel's Module.symvers to add ldiskfs symbols before building
# fsfilt_ldiskfs - see bug 12842.
@LINUX_OBJ@/Module.symvers: ldiskfs.o
update-symvers: ldiskfs.o
cd .. ; $(MODPOST) $(MODPOST_ARGS) -i @LINUX_OBJ@/Module.symvers \
-o @LINUX_OBJ@/Module.symvers ldiskfs/ldiskfs.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment