mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 16:53:06 +00:00
b86986c7b3
Now that all the old code is gone, rename this option. Driver model migration is now complete. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
270 B
Makefile
9 lines
270 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2017 Microchip
|
|
# Wenyou Yang <wenyou.yang@microchip.com>
|
|
|
|
obj-y += board.o
|
|
obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
|
|
obj-$(CONFIG_SPI_FLASH_SFDP_SUPPORT) += mac-spi-nor.o
|
|
obj-$(CONFIG_VIDEO) += video_display.o
|