diff options
Diffstat (limited to 'roms/u-boot/board/freescale/p2041rdb/Makefile')
-rw-r--r-- | roms/u-boot/board/freescale/p2041rdb/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/p2041rdb/Makefile b/roms/u-boot/board/freescale/p2041rdb/Makefile new file mode 100644 index 000000000..ebd0982b5 --- /dev/null +++ b/roms/u-boot/board/freescale/p2041rdb/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright 2011 Freescale Semiconductor, Inc. +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. + +obj-y += p2041rdb.o +obj-y += cpld.o +obj-y += ddr.o +obj-y += eth.o |