]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fix out of tree building with kallsyms
authorMike Frysinger <vapier@gentoo.org>
Mon, 30 Jul 2012 22:44:53 +0000 (22:44 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Sep 2012 15:41:38 +0000 (17:41 +0200)
commit8a156fb6e43208e77dd9a8b6265e491bc7814950
tree19c05883a672a6a2c804b6bf18a7397a265b4f0c
parent3801a15f67d66cf585db789d430c8f5808b0772b
fix out of tree building with kallsyms

The call to SYSTEM_MAP assumes that the u-boot output is in $PWD when
it really should be in $(obj).  This fixes building out of tree.

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