11 lines
185 B
Makefile
11 lines
185 B
Makefile
|
#
|
||
|
# 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
|