summaryrefslogtreecommitdiffstats
path: root/board/sandburst/karef/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-04 17:24:43 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:10:04 -0500
commitb831bb36bbf138a209608f192270fb1c5239cb10 (patch)
tree3cf9477dc51fcf69c6c7be58e02595d41d68bc04 /board/sandburst/karef/Makefile
parent3341bfecb522bc407ecc8add154704e9d8b62a9c (diff)
downloadtalos-obmc-uboot-b831bb36bbf138a209608f192270fb1c5239cb10.tar.gz
talos-obmc-uboot-b831bb36bbf138a209608f192270fb1c5239cb10.zip
board: sandburst: delete FORCEBUILD
We had switched to Kbuild, so we do not need to delete sandburst board files at every build. U-Boot conventional build system did not check the update of command line option, -DBUILDUSER. Kbuild can handle it nicely and re-builds object files when command line options are changed. (The file ".*.cmd" stores the information how the file was generated at the previous build.) Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/sandburst/karef/Makefile')
-rw-r--r--board/sandburst/karef/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/sandburst/karef/Makefile b/board/sandburst/karef/Makefile
index d5a9b34f1d..ce29b4100e 100644
--- a/board/sandburst/karef/Makefile
+++ b/board/sandburst/karef/Makefile
@@ -10,11 +10,7 @@
#
# TBS: add for debugging purposes
-BUILDUSER := $(shell whoami)
-FORCEBUILD := $(shell rm -f karef.o)
-
-ccflags-y += -DBUILDUSER='"$(BUILDUSER)"'
-# TBS: end debugging
+ccflags-y += -DBUILDUSER='"$(shell whoami)"'
obj-y = karef.o ../common/flash.o ../common/sb_common.o
extra-y += init.o
OpenPOWER on IntegriCloud