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
|
2014-02-04 08:24:43 +00:00
|
|
|
ccflags-y += -DBUILDUSER='"$(shell whoami)"'
|
2005-08-15 10:31:23 +00:00
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y = metrobox.o ../common/flash.o ../common/sb_common.o
|
|
|
|
extra-y += init.o
|