summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-27 22:44:25 +0000
committerwdenk <wdenk>2003-06-27 22:44:25 +0000
commit91a0ce965d5905c37fff45555b7e3113b9359c8f (patch)
tree7c16fca486f79814af15c3e2e30469efa8df38de /Makefile
parent8bde7f776c77b343aca29b8c7b58464d915ac245 (diff)
Add support for SL8245 boardLABEL_2003_06_28_0050-stable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2231611ea..ef7b38b3ae 100644
--- a/Makefile
+++ b/Makefile
@@ -134,8 +134,7 @@ u-boot.dis: u-boot
$(OBJDUMP) -d $< > $@
u-boot: depend subdirs $(OBJS) $(LIBS) $(LDSCRIPT)
- UNDEF_SYM=`$(OBJDUMP) -x $(LIBS) |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
- $(LD) $(LDFLAGS) $$UNDEF_SYM $(OBJS) \
+ $(LD) $(LDFLAGS) $(OBJS) \
--start-group $(LIBS) --end-group \
-Map u-boot.map -o u-boot
@@ -543,6 +542,9 @@ Sandpoint8240_config: unconfig
Sandpoint8245_config: unconfig
@./mkconfig $(@:_config=) ppc mpc824x sandpoint
+SL8245_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc824x sl8245
+
utx8245_config: unconfig
@./mkconfig $(@:_config=) ppc mpc824x utx8245