Changed the generation of symbols to the mknmlist script. Now symbols.h is not automatically generated so we can use it as a normal include file and remove symbols-def.h.

This commit is contained in:
adamdunkels 2007-01-24 16:11:48 +00:00
parent bea6aa5b3d
commit 83b348631f
6 changed files with 57 additions and 10 deletions

View file

@ -28,14 +28,14 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: symtab-avr.c,v 1.2 2007/01/23 12:31:14 bg- Exp $
* @(#)$Id: symtab-avr.c,v 1.3 2007/01/24 16:13:50 adamdunkels Exp $
*/
#include <stdio.h>
#include <string.h>
#include <avr/pgmspace.h>
#include "symtab.h"
#include "loader/symbols-def.h"
#include "loader/symbols.h"
#define SYMTAB_CONF_BINARY_SEARCH 0