diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/boards/Makefile b/arch/blackfin/mach-bf548/boards/Makefile new file mode 100644 index 00000000..319ef54c --- /dev/null +++ b/arch/blackfin/mach-bf548/boards/Makefile @@ -0,0 +1,6 @@ +# +# arch/blackfin/mach-bf548/boards/Makefile +# + +obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o +obj-$(CONFIG_BFIN548_BLUETECHNIX_CM) += cm_bf548.o |