blob: 340ef26f5944c1dda5886df507fe2456abb557bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#
obj-$(CONFIG_MODE_SKAS) = registers.o
USER_OBJS := $(obj-y)
include arch/um/scripts/Makefile.rules
|