mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-24 14:45:12 +08:00
ab472a0484
Signed-off-by: Javier Herrero <jherrero@hvsistemas.es> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
10 lines
309 B
Makefile
10 lines
309 B
Makefile
#
|
|
# arch/blackfin/mach-bf533/boards/Makefile
|
|
#
|
|
|
|
obj-$(CONFIG_GENERIC_BOARD) += generic_board.o
|
|
obj-$(CONFIG_BFIN533_STAMP) += stamp.o
|
|
obj-$(CONFIG_BFIN533_EZKIT) += ezkit.o
|
|
obj-$(CONFIG_BFIN533_BLUETECHNIX_CM) += cm_bf533.o
|
|
obj-$(CONFIG_H8606_HVSISTEMAS) += H8606.o
|