X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fos-Linux%2FMakefile;h=4fa03137aa831030a46de323469c782f0b5a6d31;hb=8924cb29b44d7e7bc69a58f6d196470a5bcd9385;hp=37eea4a327a28213bf7110ad88a2dc2af21d5e30;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/um/os-Linux/Makefile b/arch/um/os-Linux/Makefile index 37eea4a32..4fa03137a 100644 --- a/arch/um/os-Linux/Makefile +++ b/arch/um/os-Linux/Makefile @@ -3,13 +3,9 @@ # Licensed under the GPL # -obj-y = file.o process.o tty.o drivers/ +obj-y = file.o process.o tty.o user_syms.o drivers/ USER_OBJS := $(foreach file,file.o process.o tty.o,$(obj)/$(file)) $(USER_OBJS) : %.o: %.c $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $< - -clean : - -archmrproper: