blob: 5fd8d4dad66a123501d9aff333d9bef809bba881 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com)
# Licensed under the GPL
#
obj-y := mem.o process.o trap.o
USER_OBJS := mem.o process.o trap.o
include arch/um/scripts/Makefile.rules
|