mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
This commit is contained in:
parent
6aee00f5e6
commit
18ec19e4aa
3 changed files with 7 additions and 6 deletions
|
@ -20,10 +20,10 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
include $(OBJTREE)/include/autoconf.mk
|
||||||
|
|
||||||
LIB = libpostlwmon.a
|
LIB = libpostlwmon.a
|
||||||
|
|
||||||
COBJS = sysmon.o
|
COBJS-$(CONFIG_HAS_POST) += sysmon.o
|
||||||
|
|
||||||
include $(TOPDIR)/post/rules.mk
|
include $(TOPDIR)/post/rules.mk
|
||||||
|
|
|
@ -20,10 +20,10 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
include $(OBJTREE)/include/autoconf.mk
|
||||||
|
|
||||||
LIB = libpostnetta.a
|
LIB = libpostnetta.a
|
||||||
|
|
||||||
COBJS = codec.o dsp.o
|
COBJS-$(CONFIG_HAS_POST) += codec.o dsp.o
|
||||||
|
|
||||||
include $(TOPDIR)/post/rules.mk
|
include $(TOPDIR)/post/rules.mk
|
||||||
|
|
|
@ -20,10 +20,11 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
include $(OBJTREE)/include/autoconf.mk
|
||||||
|
|
||||||
LIB = libpostmpc8xx.a
|
LIB = libpostmpc8xx.a
|
||||||
|
|
||||||
AOBJS = cache_8xx.o
|
AOBJS-$(CONFIG_HAS_POST) += cache_8xx.o
|
||||||
COBJS = cache.o ether.o spr.o uart.o usb.o watchdog.o
|
COBJS-$(CONFIG_HAS_POST) += cache.o ether.o spr.o uart.o usb.o watchdog.o
|
||||||
|
|
||||||
include $(TOPDIR)/post/rules.mk
|
include $(TOPDIR)/post/rules.mk
|
||||||
|
|
Loading…
Add table
Reference in a new issue