BINDIR = $(HOME)/bin TARGETS = mkheader.py isprime multi-send-key perm.py git2svn-sync svn2git-sync rename-patch all: $(TARGETS) @echo "Nothing to be done" install: @echo "Installing the following scripts to $(BINDIR)" @echo " $(TARGETS)" @mkdir -p $(BINDIR) @install -m755 -t $(BINDIR) $(TARGETS) uninstall: @echo "Uninstalling the following scripts from $(BINDIR):" @echo " $(TARGETS)" @rmdir --ignore-fail-on-non-empty $(BINDIR) @for s in $(TARGETS); do rm -f "$(BINDIR)/$${s}"; done clean: @rm -f *.pyc git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2016-11-10 17:49:15 +0530
committerMark Brown <broonie@kernel.org>2016-11-11 12:21:00 +0000
commit90ba37033cb94207e97c4ced9be575770438213b (patch)
tree10b04c4ec8910891a98095cf7ac8e25067270e51 /Makefile
parent1001354ca34179f3db924eb66672442a173147dc (diff)
spi: spi-fsl-dspi: Add DMA support for Vybrid
Add DMA support for Vybrid. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Makefile')