summaryrefslogtreecommitdiff
path: root/flash-memory/Makefile
blob: 4c381cac502063ac8158457477ec1cf6286e6a47 (plain)
1
2
3
4
5
6
SUBDIRS = mtd ubi ubifs

all clean:
	for dir in $(SUBDIRS) ; do \
		(cd $$dir && make $@); \
	done