diff options
Diffstat (limited to 'roms/u-boot/board/esd/vme8349/Makefile')
-rw-r--r-- | roms/u-boot/board/esd/vme8349/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/esd/vme8349/Makefile b/roms/u-boot/board/esd/vme8349/Makefile new file mode 100644 index 000000000..850c16ba6 --- /dev/null +++ b/roms/u-boot/board/esd/vme8349/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Copyright (c) 2009 esd gmbh hannover germany. + +obj-y += vme8349.o caddy.o +obj-$(CONFIG_PCI) += pci.o |