blob: eac8c0db30013d8afbf3091333692581aeaa1179 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
# Licensed under the GPL
#
obj-$(CONFIG_MODE_SKAS) = registers.o prctl.o signal.o
USER_OBJS := $(obj-y)
include arch/um/scripts/Makefile.rules
|