]> git.ipfire.org Git - people/ms/u-boot.git/commit
make sure toplevel $(SUBDIRS) is always declared
authorMike Frysinger <vapier@gentoo.org>
Sat, 30 May 2009 05:02:03 +0000 (01:02 -0400)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Jun 2009 21:12:30 +0000 (23:12 +0200)
commit6d1ce387874c1060f27656f70151a52c511cd0e3
tree61b74f6a206ec0598fc637f71a066e7dd2e6c025
parent5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
make sure toplevel $(SUBDIRS) is always declared

The $(SUBDIRS) variable is only declared when U-Boot has been configured,
but it gets used all the time.  In the non-configured case, it is used to
generate a helpful error message, but it needs to be set properly for that
to occur.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile