summaryrefslogtreecommitdiff
path: root/application/boottable
diff options
context:
space:
mode:
authorJoachim Naulet2008-10-24 11:31:45 +0200
committerJoachim Naulet2008-10-24 11:31:45 +0200
commit14a64a4aa3f73e4bc6447ad0ed870c565b45abc1 (patch)
treee2ad078b959c7475db2abe1015e9034b01e27c0e /application/boottable
parentd24fe13946f3a717f15c4221de102981c5a584c2 (diff)
Removed r files fomr openssl
Diffstat (limited to 'application/boottable')
-rw-r--r--application/boottable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/boottable/Makefile b/application/boottable/Makefile
index a6995a4ad6..b3d7aefd52 100644
--- a/application/boottable/Makefile
+++ b/application/boottable/Makefile
@@ -21,7 +21,7 @@ LDFLAGS= -msoft-float -march=armv5 -Wl,-elf2flt='-z -s 16k'
all: $(LIB) #$(BT)
$(BT): $(LIB) $(BT).o
- $(CC) -o $@ $(BT).o $(LDFLAGS) boottable.a -lpthread ../mib/mib.a
+ $(CC) -o $@ $(BT).o $(LDFLAGS) $(LIB) -lpthread $(APP_DIR)/mib/mib.a -lpthread
$(LIB): $(OBJ)
$(AR) -rcs $@ $(OBJ)