[U-Boot-Users] [PATCH] lkc support for U-Boot

Holger Schurig h.schurig at mn-logistik.de
Wed Nov 6 10:58:42 CET 2002


> This approach has the advantage that it is completely independend from
> the old config system, so both can live in parallel for some time.

Idea: the main makefile could do something like

ifeq (.config,$(wildcard .config))
include .config
endif


This way the config would be in the Makefile and all the compiled files from 
therein if it exists.


Greetings, Holger





More information about the U-Boot mailing list