diff options
Diffstat (limited to 'board/gumstix/pepper/Makefile')
-rw-r--r-- | board/gumstix/pepper/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/gumstix/pepper/Makefile b/board/gumstix/pepper/Makefile new file mode 100644 index 00000000000..ecb1d616698 --- /dev/null +++ b/board/gumstix/pepper/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifdef CONFIG_SPL_BUILD +obj-y += mux.o +endif + +obj-y += board.o |