xref: /openbmc/linux/arch/um/os-Linux/skas/Makefile (revision 0a0fc0ddbe732779366ab6b1b879f62195e65967)
1#
2# Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com)
3# Licensed under the GPL
4#
5
6obj-y := mem.o process.o trap.o
7
8USER_OBJS := mem.o process.o trap.o
9
10include arch/um/scripts/Makefile.rules
11