diff options
Diffstat (limited to 'arch/um/kernel/skas/Makefile')
| -rw-r--r-- | arch/um/kernel/skas/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/um/kernel/skas/Makefile b/arch/um/kernel/skas/Makefile index 8de471b59c1c..57181a920d48 100644 --- a/arch/um/kernel/skas/Makefile +++ b/arch/um/kernel/skas/Makefile | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | # | 1 | # |
| 2 | # Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com) | 2 | # Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com) |
| 3 | # Licensed under the GPL | 3 | # Licensed under the GPL |
| 4 | # | 4 | # |
| 5 | 5 | ||
| 6 | obj-y := clone.o exec_kern.o mem.o mem_user.o mmu.o process.o process_kern.o \ | 6 | obj-y := clone.o exec_kern.o mem.o mmu.o process_kern.o \ |
| 7 | syscall.o tlb.o trap_user.o uaccess.o | 7 | syscall.o tlb.o uaccess.o |
| 8 | 8 | ||
| 9 | USER_OBJS := process.o clone.o | 9 | USER_OBJS := clone.o |
| 10 | 10 | ||
| 11 | include arch/um/scripts/Makefile.rules | 11 | include arch/um/scripts/Makefile.rules |
| 12 | 12 | ||
