mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
obj-y += ten64.o
|
||
|
obj-y += eth_ten64.o
|
||
|
|
||
|
CFLAGS_ten64.o += -DDEBUG
|