summaryrefslogtreecommitdiffstats
path: root/board/sandburst/metrobox/Makefile
blob: 76dfffc9c7a3088a63ca9f2ea9e21f4ef8aef673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# (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+
#

ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif

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

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

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