
27 Oct
2003
27 Oct
'03
12:23 p.m.
Wolfgang,
ifndef TEXT_BASE TEXT_BASE = 0xBLABLUB endif
in board/at91rm9200dk/config.mk.
Ok?
No, this will not work, as include/config.h is a C heaer file following C preprocessor syntax, while board/at91rm9200dk/config.mk is included by a Makefile and thus follows Makefile syntax.
Hmm. board/trab/config.mk contains such lines. If it does not work anyway the maintainer should remove it as not to send other down the wrong path! ;-)
Or is the trick done by the line
sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
???
Steven