u-boot-brain/board/esd/ash405/Makefile

15 lines
272 B
Makefile
Raw Normal View History

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