|
@@ -8,7 +8,8 @@ lib-y := delay.o
|
|
lib-y += thunk_$(BITS).o
|
|
lib-y += thunk_$(BITS).o
|
|
lib-y += usercopy_$(BITS).o getuser.o putuser.o
|
|
lib-y += usercopy_$(BITS).o getuser.o putuser.o
|
|
lib-y += memcpy_$(BITS).o
|
|
lib-y += memcpy_$(BITS).o
|
|
-lib-y += msr-reg.o
|
|
|
|
|
|
+
|
|
|
|
+obj-y += msr-reg.o msr-reg-export.o
|
|
|
|
|
|
ifeq ($(CONFIG_X86_32),y)
|
|
ifeq ($(CONFIG_X86_32),y)
|
|
obj-y += atomic64_32.o
|
|
obj-y += atomic64_32.o
|