xref: /openbmc/u-boot/board/gumstix/pepper/Makefile (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Makefile
4 #
5 # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6 
7 ifdef CONFIG_SPL_BUILD
8 obj-y	+= mux.o
9 endif
10 
11 obj-y	+= board.o
12