blob: 44b7d5d072d9c67742f5fe728243ecc04261ea0d (
plain)
1
2
3
4
5
6
7
8
|
#
# (C) Copyright 2001-2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y = ocrtc.o flash.o ../common/misc.o cmd_ocrtc.o
|