xref: /openbmc/u-boot/board/freescale/common/p_corenet/Makefile (revision e32a268b6f96b5b4818e9c33d18cee98c0c31f7c)
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
8CPPFLAGS += -I$(TOPDIR)
9
10obj-y			+= law.o
11obj-$(CONFIG_PCI)	+= pci.o
12obj-y			+= tlb.o
13