blob: 00535ee54e601ac46b445f0bbd01432ab4f7ff9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2000, 2001, 2002
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# (C) Copyright 2008
# Guennadi Liakhovetki, DENX Software Engineering, <[email protected]>
obj-y := smdkc100.o
obj-$(CONFIG_SAMSUNG_ONENAND) += onenand.o
obj-y += lowlevel_init.o
|