]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/common/p_corenet/Makefile
Merge branch 'u-boot/master' into u-boot-arm/master
[karo-tx-uboot.git] / board / freescale / common / p_corenet / 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 include $(TOPDIR)/config.mk
8
9 LIB     = libp_corenet.o
10
11 COBJS-y                 += law.o
12 COBJS-$(CONFIG_PCI)     += pci.o
13 COBJS-y                 += tlb.o
14
15 include $(TOPDIR)/post/rules.mk