1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) 4 # 5 6 obj-y := mem.o process.o 7 8 USER_OBJS := $(obj-y) 9 10 include $(srctree)/arch/um/scripts/Makefile.rules
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.