blob: 3ad5b774de59531c43d943e28b832843e068105f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#
obj-y = proxy.o ptrace.o sysdep.o wait.o
USER_OBJS := $(obj-y)
include arch/um/scripts/Makefile.rules
|