summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-10 11:18:18 +0000
committerwdenk <wdenk>2003-04-10 11:18:18 +0000
commitd126bfbdbd45a78952d88a702b628ab9107c04e5 (patch)
tree25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /Makefile
parent60fbe254243ec461ec73da13132be098db33d3fa (diff)
downloadtalos-obmc-uboot-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.gz
talos-obmc-uboot-d126bfbdbd45a78952d88a702b628ab9107c04e5.zip
Add support for TQM862L modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c077525c00..57d7a5d590 100644
--- a/Makefile
+++ b/Makefile
@@ -353,15 +353,12 @@ TQM850L_80MHz_config \
TQM855L_config \
TQM855L_66MHz_config \
TQM855L_80MHz_config \
-TQM855L_FEC_config \
-TQM855L_FEC_66MHz_config \
-TQM855L_FEC_80MHz_config \
TQM860L_config \
TQM860L_66MHz_config \
TQM860L_80MHz_config \
-TQM860L_FEC_config \
-TQM860L_FEC_66MHz_config \
-TQM860L_FEC_80MHz_config: unconfig
+TQM862L_config \
+TQM862L_66MHz_config \
+TQM862L_80MHz_config: unconfig
@ >include/config.h
@[ -z "$(findstring _FEC,$@)" ] || \
{ echo "#define CONFIG_FEC_ENET" >>include/config.h ; \
@@ -746,7 +743,7 @@ clobber: clean
| xargs rm -f
rm -f $(OBJS) *.bak tags TAGS
rm -fr *.*~
- rm -f u-boot u-boot.bin u-boot.elf u-boot.srec u-boot.map System.map
+ rm -f u-boot u-boot.bin u-boot.srec u-boot.map System.map
rm -f tools/crc32.c tools/environment.c tools/env/crc32.c
rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c
rm -f include/asm/arch include/asm
OpenPOWER on IntegriCloud