summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-01-30 07:40:32 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-01-30 07:40:32 +0000
commitaaafec31842d287527477337c179ec1dd7cca7d8 (patch)
tree993c04e1f99d6ec5a572edb3ea2756489b38ebf3 /Makefile
parente3509fdb681a65fb945dca28b5193733a1b84b22 (diff)
downloadcoreboot-staging-aaafec31842d287527477337c179ec1dd7cca7d8.zip
coreboot-staging-aaafec31842d287527477337c179ec1dd7cca7d8.tar.gz
Make cbfstool available in $(obj) for simple user access.
- integrated Peter's suggestion ($< $@) - removed @ prefix, we use the .SILENT pseudo-target Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6318 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a834c7..5876cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,10 @@ $(obj)/config.h:
#######################################################################
# Build the tools
-CBFSTOOL:=$(objutil)/cbfstool/cbfstool
+CBFSTOOL:=$(obj)/cbfstool
+
+$(CBFSTOOL): $(objutil)/cbfstool/cbfstool
+ cp $< $@
# needed objects that every mainboard uses
# Creation of these is architecture and mainboard independent
OpenPOWER on IntegriCloud