blob: 79cc6c72aa926c9e98ace265d4b66efc970263ca (
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 trap.o
USER_OBJS := mem.o trap.o
include arch/um/scripts/Makefile.rules
|