Commit 4768bcb3 authored by Jeff Dike's avatar Jeff Dike

Added a missing directory to the arch/um/kernel Makefile.

parent 20723083
......@@ -56,7 +56,7 @@ QUOTE = 'my $$config=`cat $(TOPDIR)/.config`; $$config =~ s/"/\\"/g ; while(<STD
arch/um/kernel/config.c : arch/um/kernel/config.c.in $(TOPDIR)/.config
$(PERL) -e $(QUOTE) < arch/um/kernel/config.c.in > $@
arch/um/kernel/config.o : config.c
arch/um/kernel/config.o : arch/um/kernel/config.c
clean:
rm -f config.c
......
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