diff options
Diffstat (limited to 'board/isee/igep003x/Makefile')
-rw-r--r-- | board/isee/igep003x/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/isee/igep003x/Makefile b/board/isee/igep003x/Makefile new file mode 100644 index 0000000000..fc985b45b6 --- /dev/null +++ b/board/isee/igep003x/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 |