ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header
[linux/fpc-iii.git] / arch / x86 / um / os-Linux / Makefile
blob253bfb8cb702da1d30e10b1c3e36ff5a7e90926c
2 # Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 # Licensed under the GPL
6 obj-y = registers.o task_size.o mcontext.o
8 obj-$(CONFIG_X86_32) += tls.o
9 obj-$(CONFIG_64BIT) += prctl.o
11 USER_OBJS := $(obj-y)
13 include arch/um/scripts/Makefile.rules