From 048de7cf3c1d0a20adb148aaa1ff3bc299858ca3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 24 Mar 2011 02:26:25 +0000 Subject: Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-in git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3413 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nettest/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/examples/nettest/Makefile') diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile index 52e205f34..38b930f45 100644 --- a/apps/examples/nettest/Makefile +++ b/apps/examples/nettest/Makefile @@ -103,11 +103,12 @@ $(HOST_BIN): $(HOST_OBJS) .built: $(TARG_BIN) $(HOST_BIN) @touch .built +context: + .depend: Makefile $(TARG_SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: -- cgit v1.2.3