summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-06 22:38:14 +0000
committerwdenk <wdenk>2004-01-06 22:38:14 +0000
commitc83bf6a2d00ef846c1fb2b0c60540f03ef203125 (patch)
treee410334c86d491dbbec765a5765eef9cccd3135a /common/Makefile
parentb299e41a0d34bf96202d9bbb72739bdd9414b0cc (diff)
downloadbarebox-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.tar.gz
barebox-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.tar.xz
Add a common get_ram_size() function and modify the the
board-specific files to invoke that common implementation.
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 5595c23004..eaf2cac451 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -47,7 +47,7 @@ COBJS = main.o ACEX1K.o altera.o bedbug.o \
hush.o kgdb.o lists.o lynxkdi.o miiphybb.o miiphyutil.o \
s_record.o soft_i2c.o soft_spi.o spartan2.o \
usb.o usb_kbd.o usb_storage.o \
- virtex2.o xilinx.o
+ virtex2.o xilinx.o memsize.o
OBJS = $(AOBJS) $(COBJS)