Commit cf09d32e authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Use new $(libs-y) in arch/i386/Makefile

It's shorter and more along the lines of the other "new-style"
statements.
parent 709aa851
......@@ -87,9 +87,7 @@ endif
HEAD := arch/i386/kernel/head.o arch/i386/kernel/init_task.o
SUBDIRS += arch/i386/lib
LIBS := arch/i386/lib/lib.a $(LIBS) arch/i386/lib/lib.a
libs-y += arch/i386/lib/
core-y += arch/i386/kernel/ arch/i386/mm/
......
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