11 lines
190 B
Makefile
11 lines
190 B
Makefile
|
#
|
||
|
# Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
|
||
|
# Licensed under the GPL
|
||
|
#
|
||
|
|
||
|
obj-y := mem.o process.o
|
||
|
|
||
|
USER_OBJS := $(obj-y)
|
||
|
|
||
|
include arch/um/scripts/Makefile.rules
|