OUTPUT=./ ifeq ("$(origin O)", "command line") OUTPUT := $(O)/ endif DESTDIR = bindir = /usr/bin INSTALL = /usr/bin/install default: all $(OUTPUT)centrino-decode: centrino-decode.c $(CC) $(CFLAGS) -o $@ centrino-decode.c $(OUTPUT)dump_psb: dump_psb.c $(CC) $(CFLAGS) -o $@ dump_psb.c $(OUTPUT)intel_gsic: intel_gsic.c $(CC) $(CFLAGS) -o $@ -llrmi intel_gsic.c $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode clean: rm -rf $(OUTPUT)centrino-decode rm -rf $(OUTPUT)dump_psb rm -rf $(OUTPUT)intel_gsic rm -rf $(OUTPUT)powernow-k8-decode install: $(INSTALL) -d $(DESTDIR)${bindir} $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir} $(INSTALL) $(OUTPUT)dump_psb $(DESTDIR)${bindir} $(INSTALL) $(OUTPUT)intel_gsic $(DESTDIR)${bindir} .PHONY: all default clean install e='hidden' name='id2' value='b98acbff9a05b371c5f0ca6e44a3af8ce9274379'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/ts3a227e.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/ts3a227e.h')
e06a333783d6812cf3c4998f78b0c8'>2e4333c14de06a333783d6812cf3c4998f78b0c8 (patch)
tree368428514d70f34f2261c7f954f241f886d6bb51 /tools/testing/selftests/efivarfs/efivarfs.sh
parent045169816b31b10faed984b01c390db1b32ee4c1 (diff)
parentba735155b9647b6167fd50276ca0fbfbce4e836c (diff)
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: "Two more MIPS fixes for 4.9: - RTC: Return -ENODEV so an external RTC will be tried - Fix mask of GPE frequency These two have been tested on Imagination's automated test system and also both received positive reviews on the linux-mips mailing list" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: Lantiq: Fix mask of GPE frequency MIPS: Return -ENODEV from weak implementation of rtc_mips_set_time
Diffstat (limited to 'tools/testing/selftests/efivarfs/efivarfs.sh')