]> Git Repo - J-u-boot.git/blame_incremental - post/Makefile
common: env_sf: Add exclamation mark
[J-u-boot.git] / post / Makefile
... / ...
CommitLineData
1#
2# (C) Copyright 2002-2006
3# Wolfgang Denk, DENX Software Engineering, [email protected].
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/
13obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
14obj-$(CONFIG_8xx) += cpu/mpc8xx/
15obj-$(CONFIG_4xx) += cpu/ppc4xx/
16ifneq ($(filter lwmon5 netta pdm360ng,$(BOARD)),)
17obj-y += board/$(BOARD)/
18endif
This page took 0.020734 seconds and 4 git commands to generate.