1# 2# (C) Copyright 2002-2006 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# SPDX-License-Identifier: GPL-2.0+ 6# 7 8obj-y += post.o 9obj-$(CONFIG_POST_STD_LIST) += tests.o 10 11obj-y += drivers/ 12obj-$(CONFIG_PPC) += lib_powerpc/ 13ifneq ($(filter mpc83xx mpc8xx ppc4xx,$(CPU)),) 14obj-y += cpu/$(CPU)/ 15endif 16ifneq ($(filter lwmon lwmon5 netta pdm360ng,$(BOARD)),) 17obj-y += board/$(BOARD)/ 18endif 19