]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - post/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[karo-tx-uboot.git] / post / Makefile
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
8 obj-y   += post.o
9 obj-$(CONFIG_POST_STD_LIST)     += tests.o
10
11 obj-y += drivers/
12 obj-$(CONFIG_PPC) += lib_powerpc/
13 obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
14 obj-$(CONFIG_8xx) += cpu/mpc8xx/
15 obj-$(CONFIG_4xx) += cpu/ppc4xx/
16 ifneq ($(filter lwmon lwmon5 netta pdm360ng,$(BOARD)),)
17 obj-y += board/$(BOARD)/
18 endif