#
# Makefile pour usb ftdi
#


ifndef COMPILING_WHOLE_TREE
TOPDIR=$(shell pwd)/../..
endif

include $(TOPDIR)/Rules.make

export 

subdir-y += libftdi-0.5
subdir-y += test_ftdi

SUBDIRS := $(subdir-y)

all:
	@$(make_subdirs)

release: 
	$(MAKE) -C test_ftdi $@ || exit 1


clean:
	@$(make_subdirs)
