aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/os-Linux/skas/Makefile')
-rw-r--r--arch/um/os-Linux/skas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/os-Linux/skas/Makefile b/arch/um/os-Linux/skas/Makefile
index 79cc6c72aa92..5fd8d4dad66a 100644
--- a/arch/um/os-Linux/skas/Makefile
+++ b/arch/um/os-Linux/skas/Makefile
@@ -3,8 +3,8 @@
3# Licensed under the GPL 3# Licensed under the GPL
4# 4#
5 5
6obj-y := mem.o trap.o 6obj-y := mem.o process.o trap.o
7 7
8USER_OBJS := mem.o trap.o 8USER_OBJS := mem.o process.o trap.o
9 9
10include arch/um/scripts/Makefile.rules 10include arch/um/scripts/Makefile.rules