diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-02-20 09:05:23 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-02-20 09:05:23 +0100 |
commit | 3a8ce9af6fcb5744a7851b4440c07688acc40844 (patch) | |
tree | 976e1d5c14344c7e3c126e4071dbc646b32531ca /common/Makefile | |
parent | 984618f3e7794c783ec8d1511e74c6ee2d69bfe4 (diff) | |
download | u-boot-3a8ce9af6fcb5744a7851b4440c07688acc40844.tar.gz u-boot-3a8ce9af6fcb5744a7851b4440c07688acc40844.tar.xz u-boot-3a8ce9af6fcb5744a7851b4440c07688acc40844.zip |
[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
The code in this file is not a command; it is a device driver. Put it in
the correct place. There are zero functional changes in this patch, it
only moves the file.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile index 0106088e24..6f81c4abcf 100644 --- a/common/Makefile +++ b/common/Makefile @@ -27,8 +27,7 @@ LIB = $(obj)libcommon.a AOBJS = -COBJS = main.o ACEX1K.o altera.o bedbug.o circbuf.o \ - cmd_ace.o cmd_autoscript.o \ +COBJS = main.o ACEX1K.o altera.o bedbug.o circbuf.o cmd_autoscript.o \ cmd_bdinfo.o cmd_bedbug.o cmd_bmp.o cmd_boot.o cmd_bootm.o \ cmd_cache.o cmd_console.o \ cmd_date.o cmd_dcr.o cmd_diag.o cmd_display.o cmd_doc.o cmd_dtt.o \ |