2002-08-27 17:36:41 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2002-2006
|
2002-08-27 17:36:41 +00:00
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2002-08-27 17:36:41 +00:00
|
|
|
#
|
|
|
|
|
2013-11-28 03:09:58 +00:00
|
|
|
obj-y += post.o
|
2013-10-21 02:53:39 +00:00
|
|
|
obj-$(CONFIG_POST_STD_LIST) += tests.o
|
|
|
|
|
2013-11-28 03:09:58 +00:00
|
|
|
obj-y += drivers/
|
|
|
|
obj-$(CONFIG_PPC) += lib_powerpc/
|
2013-11-28 03:09:59 +00:00
|
|
|
obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
|
|
|
|
obj-$(CONFIG_8xx) += cpu/mpc8xx/
|
|
|
|
obj-$(CONFIG_4xx) += cpu/ppc4xx/
|
2013-10-21 02:53:39 +00:00
|
|
|
ifneq ($(filter lwmon lwmon5 netta pdm360ng,$(BOARD)),)
|
2013-11-28 03:09:58 +00:00
|
|
|
obj-y += board/$(BOARD)/
|
2013-10-21 02:53:39 +00:00
|
|
|
endif
|