]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - post/cpu/mpc8xx/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[karo-tx-uboot.git] / post / cpu / mpc8xx / Makefile
1 #
2 # (C) Copyright 2002-2007
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 include $(OBJTREE)/include/autoconf.mk
8
9 LIB     = libpostmpc8xx.o
10
11 AOBJS-$(CONFIG_HAS_POST)        += cache_8xx.o
12 COBJS-$(CONFIG_HAS_POST)        += cache.o ether.o spr.o uart.o usb.o watchdog.o
13
14 include $(TOPDIR)/post/rules.mk