diff options
Diffstat (limited to 'arch/arc/plat-eznps/Makefile')
-rw-r--r-- | arch/arc/plat-eznps/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arc/plat-eznps/Makefile b/arch/arc/plat-eznps/Makefile new file mode 100644 index 000000000..21091b199 --- /dev/null +++ b/arch/arc/plat-eznps/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux kernel. +# + +obj-y := entry.o platform.o +obj-$(CONFIG_SMP) += smp.o +obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o |