PREFIX ?= /usr SBINDIR ?= sbin INSTALL ?= install CC = $(CROSS_COMPILE)gcc TARGET = freefall all: $(TARGET) %: %.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< clean: $(RM) $(TARGET) install: freefall $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET) git/atom/sound/soc/codecs/pcm3168a-i2c.c?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/pcm3168a-i2c.c
AgeCommit message (Expand)AuthorFilesLines