See patch. This fixes a very ugly issue in v2.
Stefan
Stefan Reinauer wrote:
With this patch the v2 build system will create a directory hierarchy similar to what v3 does. This is required to have two source files with the same name but in different directories. (As in, two different SuperIOs on board, with a superio.c each)
Signed-off-by: Stefan Reinauer stepan@coresystems.de
If it works,
Acked-by: Peter Stuge peter@stuge.se
2009/2/27 Stefan Reinauer stepan@coresystems.de:
See patch. This fixes a very ugly issue in v2.
I think we should update make clean to do rm -f $(OBJECTS)
or something like that. Right now it doesn't do much since the .o files are in directories.
What's the best way?
Thanks, Myles