x86/rtc: Replace paravirt rtc check with platform legacy quirk
[deliverable/linux.git] / arch / x86 / kernel / Makefile
index 616ebd22ef9a2eee183dde7fae5bac7d03e28351..b81b22ee10bab783c11e6e4bda0793cf86727548 100644 (file)
@@ -2,7 +2,11 @@
 # Makefile for the linux kernel.
 #
 
-extra-y                := head_$(BITS).o head$(BITS).o head.o vmlinux.lds
+extra-y        := head_$(BITS).o
+extra-y        += head$(BITS).o
+extra-y        += head.o
+extra-y        += platform-quirks.o
+extra-y        += vmlinux.lds
 
 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
 
This page took 0.221841 seconds and 5 git commands to generate.