include ../scripts/Makefile.include bindir ?= /usr/bin ifeq ($(srctree),) srctree := $(patsubst %/,%,$(dir $(CURDIR))) srctree := $(patsubst %/,%,$(dir $(srctree))) endif # Do not use make's built-in rules # (this improves performance and avoids hard-to-debug behaviour); MAKEFLAGS += -r CC = $(CROSS_COMPILE)gcc LD = $(CROSS_COMPILE)ld CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include ALL_TARGETS := lsgpio gpio-hammer gpio-event-mon ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS)) all: $(ALL_PROGRAMS) export srctree OUTPUT CC LD CFLAGS include $(srctree)/tools/build/Makefile.include # # We need the following to be outside of kernel tree # $(OUTPUT)include/linux/gpio.h: ../../include/uapi/linux/gpio.h mkdir -p $(OUTPUT)include/linux 2>&1 || true ln -sf $(CURDIR)/../../include/uapi/linux/gpio.h $@ prepare: $(OUTPUT)include/linux/gpio.h # # lsgpio # LSGPIO_IN := $(OUTPUT)lsgpio-in.o $(LSGPIO_IN): prepare FORCE $(Q)$(MAKE) $(build)=lsgpio $(OUTPUT)lsgpio: $(LSGPIO_IN) $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ # # gpio-hammer # GPIO_HAMMER_IN := $(OUTPUT)gpio-hammer-in.o $(GPIO_HAMMER_IN): prepare FORCE $(Q)$(MAKE) $(build)=gpio-hammer $(OUTPUT)gpio-hammer: $(GPIO_HAMMER_IN) $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ # # gpio-event-mon # GPIO_EVENT_MON_IN := $(OUTPUT)gpio-event-mon-in.o $(GPIO_EVENT_MON_IN): prepare FORCE $(Q)$(MAKE) $(build)=gpio-event-mon $(OUTPUT)gpio-event-mon: $(GPIO_EVENT_MON_IN) $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ clean: rm -f $(ALL_PROGRAMS) rm -f $(OUTPUT)include/linux/gpio.h find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete install: $(ALL_PROGRAMS) install -d -m 755 $(DESTDIR)$(bindir); \ for program in $(ALL_PROGRAMS); do \ install $$program $(DESTDIR)$(bindir); \ done FORCE: .PHONY: all install clean FORCE prepare </a><a href='/cgit.cgi/linux/net-next.git/commit/include/clocksource/samsung_pwm.h?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/include/clocksource/samsung_pwm.h?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/include/clocksource/samsung_pwm.h'> <input type='hidden' name='id' value='64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/include?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'>include</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/clocksource?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'>clocksource</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/clocksource/samsung_pwm.h?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7'>samsung_pwm.h</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/include/clocksource/samsung_pwm.h?id=64679e565a4a099c5d5dc2ecf103dcaf039ef8c7&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr> move&id=b3cf53e988cedb11a407d65abafca836da78b7c9&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>