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