11 lines
181 B
Makefile
11 lines
181 B
Makefile
|
#
|
||
|
# 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
|