x86: Drop unnecessary interrupt code for TPL
[oweals/u-boot.git] / arch / x86 / cpu / i386 / Makefile
index 0c47252610dc2da6a092495ba24a8c9c41c18bea..18e152074a74d4f164c2b07ec516c435e63fa2a8 100644 (file)
@@ -5,5 +5,7 @@
 
 obj-y += call64.o
 obj-y += cpu.o
+ifndef CONFIG_TPL_BUILD
 obj-y += interrupt.o
+endif
 obj-y += setjmp.o