]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: avoid "Generating asm-offsets.h" message with "-s"
authorWolfgang Denk <wd@denx.de>
Thu, 26 Jul 2012 20:52:41 +0000 (20:52 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 29 Jul 2012 13:45:25 +0000 (15:45 +0200)
commitb12734eed17867ac6ee9fee6afdcf1d632bb345d
treedc901e00709800879537485178a74feed40873c7
parentc627faf637f5fe091bdb6846a52b16983e97b262
Makefile: avoid "Generating asm-offsets.h" message with "-s"

make would spit out a message like

Generating /tmp/build/include/generated/asm-offsets.h

even when running with option "-s".  Fix this.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile