[PATCH] uml: move libc-dependent skas process handling
[firefly-linux-kernel-4.4.55.git] / arch / um / os-Linux / skas / Makefile
index 79cc6c72aa926c9e98ace265d4b66efc970263ca..5fd8d4dad66a123501d9aff333d9bef809bba881 100644 (file)
@@ -3,8 +3,8 @@
 # Licensed under the GPL
 #
 
-obj-y := mem.o trap.o
+obj-y := mem.o process.o trap.o
 
-USER_OBJS := mem.o trap.o
+USER_OBJS := mem.o process.o trap.o
 
 include arch/um/scripts/Makefile.rules