X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fpowercap%2FMakefile;h=7255c94ec61c4562dabbbf61bde4d7c24556a87e;hb=79c2fd2afe55944098047721c33e06fd48654e57;hp=81c8ccaba6e73506e58ed3d6291e6544249d670a;hpb=61fc5771f5e729a2ce235af42f69c8506725e84a;p=linux-2.6-microblaze.git diff --git a/drivers/powercap/Makefile b/drivers/powercap/Makefile index 81c8ccaba6e7..7255c94ec61c 100644 --- a/drivers/powercap/Makefile +++ b/drivers/powercap/Makefile @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_POWERCAP) += powercap_sys.o -obj-$(CONFIG_INTEL_RAPL) += intel_rapl.o +obj-$(CONFIG_INTEL_RAPL_CORE) += intel_rapl_common.o +obj-$(CONFIG_INTEL_RAPL) += intel_rapl_msr.o obj-$(CONFIG_IDLE_INJECT) += idle_inject.o