8 lines
201 B
Makefile
8 lines
201 B
Makefile
|
#
|
||
|
# arch/blackfin/mach-bf527/boards/Makefile
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BFIN527_EZKIT) += ezkit.o
|
||
|
obj-$(CONFIG_BFIN527_BLUETECHNIX_CM) += cm_bf527.o
|
||
|
obj-$(CONFIG_BFIN526_EZBRD) += ezbrd.o
|