diff options
Diffstat (limited to 'arch/mips/cavium-octeon/Makefile')
-rw-r--r-- | arch/mips/cavium-octeon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/Makefile b/arch/mips/cavium-octeon/Makefile index 3751c3918571..3595affb9772 100644 --- a/arch/mips/cavium-octeon/Makefile +++ b/arch/mips/cavium-octeon/Makefile | |||
@@ -18,6 +18,7 @@ obj-y += octeon-memcpy.o | |||
18 | obj-y += executive/ | 18 | obj-y += executive/ |
19 | 19 | ||
20 | obj-$(CONFIG_SMP) += smp.o | 20 | obj-$(CONFIG_SMP) += smp.o |
21 | obj-$(CONFIG_OCTEON_ILM) += oct_ilm.o | ||
21 | 22 | ||
22 | DTS_FILES = octeon_3xxx.dts octeon_68xx.dts | 23 | DTS_FILES = octeon_3xxx.dts octeon_68xx.dts |
23 | DTB_FILES = $(patsubst %.dts, %.dtb, $(DTS_FILES)) | 24 | DTB_FILES = $(patsubst %.dts, %.dtb, $(DTS_FILES)) |