X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Flib%2FMakefile;h=f7171035265eafb135f70ce21f1bd69dd8f1b961;hb=c9feb427aba860ebc79f9851a1bb49cc456a2d48;hp=51497cc289b42ab55b1aaa9ae4fd06c1ec649288;hpb=da9d8580ff9ce17452ef931072e5799a9df8807f;p=karo-tx-uboot.git diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 51497cc289..f717103526 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -48,7 +48,9 @@ obj-y += interrupts_64.o else obj-y += interrupts.o endif +ifndef CONFIG_RESET obj-y += reset.o +endif obj-y += cache.o ifndef CONFIG_ARM64