- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / arch / um / os-Linux / sys-x86_64 / Makefile
1 #
2 # Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
4 #
5
6 obj-$(CONFIG_MODE_SKAS) = registers.o
7
8 USER_OBJS := $(foreach file,$(obj-y),$(obj)/$(file))
9
10 $(USER_OBJS) : %.o: %.c
11         $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $<