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
This commit is contained in:
parent
e3509fdb68
commit
aaafec3184
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in New Issue