diff options
| author | Kim Phillips <[email protected]> | 2007-07-06 19:39:48 -0500 |
|---|---|---|
| committer | Kim Phillips <[email protected]> | 2007-07-06 19:39:48 -0500 |
| commit | 0459e7d3a0a273064b738aa2e06fd7dcd35eec58 (patch) | |
| tree | 83b8a3044400cb1463e91410cf0f3732dedd7fb4 /Makefile | |
| parent | 30d5c04c93084fe0b144646b77eb873957872a8d (diff) | |
| parent | e80955f07de03fef0196353e77534b2300193c1c (diff) | |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -214,6 +214,8 @@ LIBS += drivers/sk98lin/libsk98lin.a LIBS += post/libpost.a post/drivers/libpostdrivers.a LIBS += $(shell if [ -d post/lib_$(ARCH) ]; then echo \ "post/lib_$(ARCH)/libpost$(ARCH).a"; fi) +LIBS += $(shell if [ -d post/lib_$(ARCH)/fpu ]; then echo \ + "post/lib_$(ARCH)/fpu/libpost$(ARCH)fpu.a"; fi) LIBS += $(shell if [ -d post/cpu/$(CPU) ]; then echo \ "post/cpu/$(CPU)/libpost$(CPU).a"; fi) LIBS += $(shell if [ -d post/board/$(BOARDDIR) ]; then echo \ @@ -1139,6 +1141,9 @@ katmai_config: unconfig luan_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx luan amcc +lwmon5_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx lwmon5 + METROBOX_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst |
