diff options
Diffstat (limited to 'roms/u-boot/board/iphase4539/Makefile')
-rw-r--r-- | roms/u-boot/board/iphase4539/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/iphase4539/Makefile b/roms/u-boot/board/iphase4539/Makefile new file mode 100644 index 00000000..9197b84a --- /dev/null +++ b/roms/u-boot/board/iphase4539/Makefile @@ -0,0 +1,10 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2002 Wolfgang Grandegger <wg@denx.de> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := iphase4539.o flash.o |