diff options
Diffstat (limited to 'roms/u-boot/board/isee/igep0033/Makefile')
-rw-r--r-- | roms/u-boot/board/isee/igep0033/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/isee/igep0033/Makefile b/roms/u-boot/board/isee/igep0033/Makefile new file mode 100644 index 00000000..fc985b45 --- /dev/null +++ b/roms/u-boot/board/isee/igep0033/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# Copyright (C) 2013, ISEE 2007 SL - http://www.isee.biz/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifdef CONFIG_SPL_BUILD +obj-y += mux.o +endif + +obj-y += board.o |