xref: /openbmc/u-boot/board/freescale/common/p_corenet/Makefile (revision c0dcece7d9925506a950e45028cbd25614aad791)
1#
2# (C) Copyright 2002-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7include $(TOPDIR)/config.mk
8
9LIB	= libp_corenet.o
10
11COBJS-y			+= law.o
12COBJS-$(CONFIG_PCI)	+= pci.o
13COBJS-y			+= tlb.o
14
15include $(TOPDIR)/post/rules.mk
16