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/dhcpd/Makefile | 3 ++- apps/examples/hello/Makefile | 3 ++- apps/examples/helloxx/Makefile | 3 ++- apps/examples/hidkbd/Makefile | 3 ++- apps/examples/igmp/Makefile | 3 ++- apps/examples/mm/Makefile | 3 ++- apps/examples/mount/Makefile | 3 ++- apps/examples/nettest/Makefile | 3 ++- apps/examples/nsh/Makefile | 3 ++- apps/examples/null/Makefile | 3 ++- apps/examples/nx/Makefile | 3 ++- apps/examples/nxflat/Makefile | 3 ++- apps/examples/ostest/Makefile | 3 ++- apps/examples/pashello/Makefile | 3 ++- apps/examples/pipe/Makefile | 3 ++- apps/examples/poll/Makefile | 2 ++ apps/examples/romfs/Makefile | 2 ++ apps/examples/sendmail/Makefile | 2 ++ apps/examples/serloop/Makefile | 2 ++ apps/examples/thttpd/Makefile | 3 ++- apps/examples/udp/Makefile | 3 ++- apps/examples/uip/Makefile | 5 +++-- apps/examples/usbserial/Makefile | 3 ++- apps/examples/usbstorage/Makefile | 3 ++- apps/examples/wget/Makefile | 3 ++- apps/examples/wlan/Makefile | 3 ++- apps/netutils/dhcpc/Makefile | 3 ++- apps/netutils/dhcpd/Makefile | 3 ++- apps/netutils/resolv/Makefile | 3 ++- apps/netutils/smtp/Makefile | 3 ++- apps/netutils/telnetd/Makefile | 3 ++- apps/netutils/tftpc/Makefile | 3 ++- apps/netutils/thttpd/Makefile | 3 ++- apps/netutils/uiplib/Makefile | 3 ++- apps/netutils/webclient/Makefile | 3 ++- apps/netutils/webserver/Makefile | 3 ++- 36 files changed, 73 insertions(+), 33 deletions(-) (limited to 'apps') diff --git a/apps/examples/dhcpd/Makefile b/apps/examples/dhcpd/Makefile index 783418c66..ba9a62c61 100644 --- a/apps/examples/dhcpd/Makefile +++ b/apps/examples/dhcpd/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/hello/Makefile b/apps/examples/hello/Makefile index 11046dbeb..8644cbbbc 100644 --- a/apps/examples/hello/Makefile +++ b/apps/examples/hello/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile index e4f58a4ea..3d930191c 100755 --- a/apps/examples/helloxx/Makefile +++ b/apps/examples/helloxx/Makefile @@ -90,11 +90,12 @@ $(BIN): chkcxx $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/hidkbd/Makefile b/apps/examples/hidkbd/Makefile index 9ea170b8e..f83a4ded0 100644 --- a/apps/examples/hidkbd/Makefile +++ b/apps/examples/hidkbd/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/igmp/Makefile b/apps/examples/igmp/Makefile index 947b95484..744cd875d 100755 --- a/apps/examples/igmp/Makefile +++ b/apps/examples/igmp/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/mm/Makefile b/apps/examples/mm/Makefile index 30cfea32f..eff33ffe7 100644 --- a/apps/examples/mm/Makefile +++ b/apps/examples/mm/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/mount/Makefile b/apps/examples/mount/Makefile index 3cfc2f35c..200fcc99d 100644 --- a/apps/examples/mount/Makefile +++ b/apps/examples/mount/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: 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: diff --git a/apps/examples/nsh/Makefile b/apps/examples/nsh/Makefile index d6d78bc00..56695431a 100644 --- a/apps/examples/nsh/Makefile +++ b/apps/examples/nsh/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/null/Makefile b/apps/examples/null/Makefile index 472b06289..8bcd8f1b8 100644 --- a/apps/examples/null/Makefile +++ b/apps/examples/null/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/nx/Makefile b/apps/examples/nx/Makefile index 1f543a34e..6b13c3402 100644 --- a/apps/examples/nx/Makefile +++ b/apps/examples/nx/Makefile @@ -76,11 +76,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/nxflat/Makefile b/apps/examples/nxflat/Makefile index 570a059a8..d8573735e 100644 --- a/apps/examples/nxflat/Makefile +++ b/apps/examples/nxflat/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + # We can't make dependencies in this directory because the required # header files may not yet exist. .depend: @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/ostest/Makefile b/apps/examples/ostest/Makefile index 3c0284d73..5a7e6246c 100644 --- a/apps/examples/ostest/Makefile +++ b/apps/examples/ostest/Makefile @@ -113,11 +113,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/pashello/Makefile b/apps/examples/pashello/Makefile index 11d99ce56..a46231080 100644 --- a/apps/examples/pashello/Makefile +++ b/apps/examples/pashello/Makefile @@ -80,11 +80,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/pipe/Makefile b/apps/examples/pipe/Makefile index 0f56c5553..f5e73f758 100644 --- a/apps/examples/pipe/Makefile +++ b/apps/examples/pipe/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/poll/Makefile b/apps/examples/poll/Makefile index 0a0e0e65d..5e2a4cf6a 100644 --- a/apps/examples/poll/Makefile +++ b/apps/examples/poll/Makefile @@ -73,6 +73,8 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile index 764f70640..354e7987f 100644 --- a/apps/examples/romfs/Makefile +++ b/apps/examples/romfs/Makefile @@ -89,6 +89,8 @@ $(BIN): romfs_testdir.h $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ diff --git a/apps/examples/sendmail/Makefile b/apps/examples/sendmail/Makefile index a3beb7059..94208b8fc 100644 --- a/apps/examples/sendmail/Makefile +++ b/apps/examples/sendmail/Makefile @@ -73,6 +73,8 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ diff --git a/apps/examples/serloop/Makefile b/apps/examples/serloop/Makefile index 0366d6248..487a86242 100644 --- a/apps/examples/serloop/Makefile +++ b/apps/examples/serloop/Makefile @@ -73,6 +73,8 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile index 2690e6297..4d5fb964e 100644 --- a/apps/examples/thttpd/Makefile +++ b/apps/examples/thttpd/Makefile @@ -76,11 +76,12 @@ $(BIN): headers $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile index ddffda703..36aa0a169 100644 --- a/apps/examples/udp/Makefile +++ b/apps/examples/udp/Makefile @@ -101,11 +101,12 @@ $(HOST_BIN): $(HOST_OBJS) .built: $(TARG_BIN) $(HOST_BIN) +context: + .depend: Makefile $(TARG_SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(TARG_SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/uip/Makefile b/apps/examples/uip/Makefile index 59c5f76b4..f7e82f6b1 100644 --- a/apps/examples/uip/Makefile +++ b/apps/examples/uip/Makefile @@ -73,12 +73,13 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application -depend: .depend +epend: .depend clean: @rm -f *.o *~ .*.swp .built diff --git a/apps/examples/usbserial/Makefile b/apps/examples/usbserial/Makefile index b4d51ab82..a0b530122 100644 --- a/apps/examples/usbserial/Makefile +++ b/apps/examples/usbserial/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/usbstorage/Makefile b/apps/examples/usbstorage/Makefile index aa3512547..c57e96acd 100644 --- a/apps/examples/usbstorage/Makefile +++ b/apps/examples/usbstorage/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/wget/Makefile b/apps/examples/wget/Makefile index f245bf5a4..09e06c735 100644 --- a/apps/examples/wget/Makefile +++ b/apps/examples/wget/Makefile @@ -73,11 +73,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/examples/wlan/Makefile b/apps/examples/wlan/Makefile index 313436815..5097e4186 100755 --- a/apps/examples/wlan/Makefile +++ b/apps/examples/wlan/Makefile @@ -74,11 +74,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/dhcpc/Makefile b/apps/netutils/dhcpc/Makefile index 26f9c9e12..6374933bf 100644 --- a/apps/netutils/dhcpc/Makefile +++ b/apps/netutils/dhcpc/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/dhcpd/Makefile b/apps/netutils/dhcpd/Makefile index 5731d551f..96857c6de 100644 --- a/apps/netutils/dhcpd/Makefile +++ b/apps/netutils/dhcpd/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/resolv/Makefile b/apps/netutils/resolv/Makefile index 07b68b995..1a9fa8e6f 100644 --- a/apps/netutils/resolv/Makefile +++ b/apps/netutils/resolv/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/smtp/Makefile b/apps/netutils/smtp/Makefile index 75a929b58..245188e9d 100644 --- a/apps/netutils/smtp/Makefile +++ b/apps/netutils/smtp/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/telnetd/Makefile b/apps/netutils/telnetd/Makefile index 3d53a693b..736f1e130 100644 --- a/apps/netutils/telnetd/Makefile +++ b/apps/netutils/telnetd/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/tftpc/Makefile b/apps/netutils/tftpc/Makefile index c3f49c906..b4b8e80b3 100644 --- a/apps/netutils/tftpc/Makefile +++ b/apps/netutils/tftpc/Makefile @@ -78,13 +78,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile index 133139a77..375484379 100644 --- a/apps/netutils/thttpd/Makefile +++ b/apps/netutils/thttpd/Makefile @@ -103,13 +103,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/uiplib/Makefile b/apps/netutils/uiplib/Makefile index 84708a639..ef41adda3 100644 --- a/apps/netutils/uiplib/Makefile +++ b/apps/netutils/uiplib/Makefile @@ -85,11 +85,12 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/webclient/Makefile b/apps/netutils/webclient/Makefile index a59eaca92..f0fb805bd 100644 --- a/apps/netutils/webclient/Makefile +++ b/apps/netutils/webclient/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: diff --git a/apps/netutils/webserver/Makefile b/apps/netutils/webserver/Makefile index 8d7a74773..a836f48ac 100644 --- a/apps/netutils/webserver/Makefile +++ b/apps/netutils/webserver/Makefile @@ -76,13 +76,14 @@ $(BIN): $(OBJS) .built: $(BIN) +context: + .depend: Makefile $(SRCS) ifneq ($(SRCS),) @$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif @touch $@ -# Register application depend: .depend clean: -- cgit v1.2.3