u-boot/board/esd/voh405/Makefile

15 lines
272 B
Makefile
Raw Normal View History

2003-09-12 08:42:13 +00:00
#
# (C) Copyright 2000-2006
2003-09-12 08:42:13 +00:00
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
2003-09-12 08:42:13 +00:00
#
ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif
2003-09-12 08:42:13 +00:00
obj-y = voh405.o flash.o \
../common/misc.o \
../common/esd405ep_nand.o \