JustOS/linux-6.13/arch/x86/um/os-Linux/Makefile
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

13 lines
238 B
Makefile

#
# Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
# Licensed under the GPL
#
obj-y = registers.o mcontext.o
obj-$(CONFIG_X86_32) += tls.o
USER_OBJS := $(obj-y)
include $(srctree)/arch/um/scripts/Makefile.rules