2005-08-15 10:31:23 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2005-08-15 10:31:23 +00:00
|
|
|
# (C) Copyright 2005
|
|
|
|
# Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2005-08-15 10:31:23 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# TBS: add for debugging purposes
|
|
|
|
BUILDUSER := $(shell whoami)
|
2013-10-21 02:53:38 +00:00
|
|
|
FORCEBUILD := $(shell rm -f metrobox.o)
|
2005-08-15 10:31:23 +00:00
|
|
|
|
|
|
|
CFLAGS += -DBUILDUSER='"$(BUILDUSER)"'
|
|
|
|
# TBS: end debugging
|
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y = metrobox.o ../common/flash.o ../common/sb_common.o
|
|
|
|
extra-y += init.o
|