Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 authored by Linus Torvalds on 05 January 2011, 00:50:19 UTC
Linux 2.6.37
Tip revision: 3c0eee3
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
back to top