summaryrefslogtreecommitdiffstats
path: root/board/sandburst/metrobox/Makefile
blob: 8121cce514db2aa74ffbf952efc1a8a668dd69c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# (C) Copyright 2005
# Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
#
# SPDX-License-Identifier:	GPL-2.0+
#

# TBS: add for debugging purposes
BUILDUSER := $(shell whoami)
FORCEBUILD := $(shell rm -f metrobox.o)

ccflags-y += -DBUILDUSER='"$(BUILDUSER)"'
# TBS: end debugging

obj-y	= metrobox.o ../common/flash.o ../common/sb_common.o
extra-y	+= init.o
OpenPOWER on IntegriCloud