From 899c7204851d44de519804af8a75e0b459012e9f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 26 Mar 2007 16:47:17 +0000 Subject: Create a place to hold board specific header files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@146 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/configs/README.txt') diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt index a2faea333..5962c34a4 100644 --- a/nuttx/configs/README.txt +++ b/nuttx/configs/README.txt @@ -24,6 +24,7 @@ following characteristics: + |-- include/ |-- Make.defs |-- defconfig `-- setenv.sh @@ -31,6 +32,12 @@ following characteristics: Summary of Files ^^^^^^^^^^^^^^^^ +include/ -- This directoy contains board specific header files. This + directory will be linked as include/arch/board at configuration time and + can be included via '#include '. These header file + can only be included by files in arch/include/ and + arch//src + Make.defs -- This makefile fragment provides architecture and tool-specific build options. It will be included by all other makefiles in the build (once it is installed). This make fragment -- cgit v1.2.3