diff options
Diffstat (limited to 'roms/u-boot/board/ti/common/Makefile')
-rw-r--r-- | roms/u-boot/board/ti/common/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/u-boot/board/ti/common/Makefile b/roms/u-boot/board/ti/common/Makefile new file mode 100644 index 000000000..3172d87b4 --- /dev/null +++ b/roms/u-boot/board/ti/common/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ + +obj-${CONFIG_TI_I2C_BOARD_DETECT} += board_detect.o +obj-${CONFIG_CMD_EXTENSION} += cape_detect.o |