mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-31 21:08:18 +00:00
Convert files to use SPDX header. All files are licensed under the GPLv2. Signed-off-by: Alex Dewar <alex.dewar@gmx.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
11 lines
200 B
Makefile
11 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
|
|
#
|
|
|
|
obj-y := mem.o process.o
|
|
|
|
USER_OBJS := $(obj-y)
|
|
|
|
include arch/um/scripts/Makefile.rules
|