Michael Zaidman | 93c7e70 | 2010-04-07 18:30:08 +0300 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2002-2007 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Michael Zaidman | 93c7e70 | 2010-04-07 18:30:08 +0300 | [diff] [blame] | 6 | # |
| 7 | include $(OBJTREE)/include/autoconf.mk |
| 8 | |
Sebastien Carlier | 6d8962e | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 9 | LIB = libpostmpc83xx.o |
Michael Zaidman | 93c7e70 | 2010-04-07 18:30:08 +0300 | [diff] [blame] | 10 | |
| 11 | AOBJS-$(CONFIG_HAS_POST) += |
| 12 | COBJS-$(CONFIG_HAS_POST) += ecc.o |
| 13 | |
| 14 | include $(TOPDIR)/post/rules.mk |