From 7cc856ea2f1808e98387ea66537ecbc6c3de2f88 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 19 Mar 2011 21:04:13 +0000 Subject: Move nuttx/netutils to apps/netutils git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3 --- apps/vsn/Makefile | 2 +- apps/vsn/free/Makefile | 3 ++- apps/vsn/hello/Makefile | 3 ++- apps/vsn/poweroff/Makefile | 3 ++- apps/vsn/ramtron/Makefile | 3 ++- apps/vsn/sdcard/Makefile | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) (limited to 'apps/vsn') diff --git a/apps/vsn/Makefile b/apps/vsn/Makefile index 3dde8e605..29b4f1b6a 100644 --- a/apps/vsn/Makefile +++ b/apps/vsn/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# vsn/Makefile +# apps/vsn/Makefile # # Copyright (C) 2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/apps/vsn/free/Makefile b/apps/vsn/free/Makefile index d63f7af3e..421544f3c 100644 --- a/apps/vsn/free/Makefile +++ b/apps/vsn/free/Makefile @@ -37,8 +37,9 @@ # TODO, this makefile should run make under the app dirs, instead of # sourcing the Make.defs! +-include $(TOPDIR)/.config -include $(TOPDIR)/Make.defs -include ../../Make.defs +include $(APPDIR)/Make.defs ifeq ($(WINTOOL),y) INCDIROPT = -w diff --git a/apps/vsn/hello/Makefile b/apps/vsn/hello/Makefile index a0bed80e1..3f4115ede 100644 --- a/apps/vsn/hello/Makefile +++ b/apps/vsn/hello/Makefile @@ -37,8 +37,9 @@ # TODO, this makefile should run make under the app dirs, instead of # sourcing the Make.defs! +-include $(TOPDIR)/.config -include $(TOPDIR)/Make.defs -include ../../Make.defs +include $(APPDIR)/Make.defs ifeq ($(WINTOOL),y) INCDIROPT = -w diff --git a/apps/vsn/poweroff/Makefile b/apps/vsn/poweroff/Makefile index 8e3538a2b..80bde85b0 100644 --- a/apps/vsn/poweroff/Makefile +++ b/apps/vsn/poweroff/Makefile @@ -37,8 +37,9 @@ # TODO, this makefile should run make under the app dirs, instead of # sourcing the Make.defs! +-include $(TOPDIR)/.config -include $(TOPDIR)/Make.defs -include ../../Make.defs +include $(APPDIR)/Make.defs ifeq ($(WINTOOL),y) INCDIROPT = -w diff --git a/apps/vsn/ramtron/Makefile b/apps/vsn/ramtron/Makefile index 42b73a09b..5803f1ffa 100644 --- a/apps/vsn/ramtron/Makefile +++ b/apps/vsn/ramtron/Makefile @@ -37,8 +37,9 @@ # TODO, this makefile should run make under the app dirs, instead of # sourcing the Make.defs! +-include $(TOPDIR)/.config -include $(TOPDIR)/Make.defs -include ../../Make.defs +include $(APPDIR)/Make.defs ifeq ($(WINTOOL),y) INCDIROPT = -w diff --git a/apps/vsn/sdcard/Makefile b/apps/vsn/sdcard/Makefile index ccbd22952..b19ebdec7 100644 --- a/apps/vsn/sdcard/Makefile +++ b/apps/vsn/sdcard/Makefile @@ -37,8 +37,9 @@ # TODO, this makefile should run make under the app dirs, instead of # sourcing the Make.defs! +-include $(TOPDIR)/.config -include $(TOPDIR)/Make.defs -include ../../Make.defs +include $(APPDIR)/Make.defs ifeq ($(WINTOOL),y) INCDIROPT = -w -- cgit v1.2.3