diff options
Diffstat (limited to 'roms/u-boot/board/evb64260/Makefile')
-rw-r--r-- | roms/u-boot/board/evb64260/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/board/evb64260/Makefile b/roms/u-boot/board/evb64260/Makefile new file mode 100644 index 00000000..ae2ebedb --- /dev/null +++ b/roms/u-boot/board/evb64260/Makefile @@ -0,0 +1,14 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2001 +# Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = misc.o +obj-y += evb64260.o flash.o serial.o memory.o pci.o \ + eth.o eth_addrtbl.o mpsc.o i2c.o \ + sdram_init.o zuma_pbb.o intel_flash.o zuma_pbb_mbox.o |