summaryrefslogtreecommitdiff
path: root/application/smm
diff options
context:
space:
mode:
authorJérome Lefranc2008-11-12 18:30:11 +0100
committerJérome Lefranc2008-11-12 18:30:11 +0100
commit420448d2e09332e30a53acaec3d02a0d4d967bb0 (patch)
tree8f6f7966cd1d5fe19720de48fb23c2394245a78c /application/smm
parent1833c89ccd38a93b5410738ea2af6e91516b7f19 (diff)
[spidlib] remove numerous .h files to use only spidlib.h
Diffstat (limited to 'application/smm')
-rw-r--r--application/smm/smm-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/smm/smm-server/Makefile b/application/smm/smm-server/Makefile
index c7a8671be1..3c5b560b49 100644
--- a/application/smm/smm-server/Makefile
+++ b/application/smm/smm-server/Makefile
@@ -8,7 +8,7 @@ TARGET=smm_server
SPIDLIB=$(SPIDLIB_DIR)/spidlib.a
OBJS=smm_server.o smm_req.o spidcom_req.o
VPATH=$(SRCDIR) $(INCDIR)
-INCLUDE=-I$(INCDIR) -I$(SPIDLIB_DIR)/interface -I$(SPIDLIB_DIR)/inc
+INCLUDE=-I$(INCDIR) -I$(SPIDLIB_DIR)/inc
CFLAGS=-march=armv5 -msoft-float -Wall
LDFLAGS=-march=armv5 -msoft-float -Wl -elf2flt='-s 8k' -pthread
CC=arm-uclinux-gcc