diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-18 10:56:11 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-18 10:56:11 -0500 |
| commit | cf09d32e9a9c8b73054b5d1cbdd4c95d8e0e57ea (patch) | |
| tree | 5786b9b231c5266c92ae74140e07d1f9e64a351c | |
| parent | 709aa8514ed845745d0f5eb743d75a7f8acb5307 (diff) | |
kbuild: Use new $(libs-y) in arch/i386/Makefile
It's shorter and more along the lines of the other "new-style"
statements.
| -rw-r--r-- | arch/i386/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index ca6a17bb0a7f..128bac6d965b 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -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/ |
