mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
5 lines
144 B
Makefile
5 lines
144 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-$(CONFIG_DM_NAND_ATMEL) += atmel-nand-controller.o
|
||
|
|
||
|
atmel-nand-controller-objs := nand-controller.o
|