mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
10 lines
190 B
Makefile
10 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
|