diff options
Diffstat (limited to 'arch/mips/sibyte/swarm/Makefile')
-rw-r--r-- | arch/mips/sibyte/swarm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/sibyte/swarm/Makefile b/arch/mips/sibyte/swarm/Makefile new file mode 100644 index 000000000..7b45f199d --- /dev/null +++ b/arch/mips/sibyte/swarm/Makefile @@ -0,0 +1,4 @@ +obj-y := platform.o setup.o rtc_xicor1241.o \ + rtc_m41t81.o + +obj-$(CONFIG_I2C_BOARDINFO) += swarm-i2c.o |