]> git.sur5r.net Git - u-boot/blobdiff - post/Makefile
Add configuration for wtk board
[u-boot] / post / Makefile
index 2877b5374b59ee9feea379b54c82fb07900a99bc..e0ce902133d73e1e035648339b00d93555452f59 100644 (file)
@@ -27,7 +27,7 @@ SUBDIRS = cpu
 LIB    = libpost.a
 
 AOBJS  = cache_8xx.o
-COBJS  = post.o tests.o cpu.o rtc.o watchdog.o memory.o i2c.o cache.o
+COBJS  = post.o tests.o cpu.o rtc.o watchdog.o memory.o i2c.o cache.o sysmon.o
 COBJS  += uart.o ether.o usb.o spr.o
 
 include $(TOPDIR)/post/rules.mk