Commit 92edca99 authored by Andrey Filippov's avatar Andrey Filippov

chaned source of included headers

parent 536d4e80
...@@ -5,7 +5,9 @@ CONFFILES = Exif_template.xml ...@@ -5,7 +5,9 @@ CONFFILES = Exif_template.xml
SRCS = imgsrv.c SRCS = imgsrv.c
OBJS = imgsrv.o OBJS = imgsrv.o
CFLAGS += -Wall -I$(ELPHEL_KERNEL_DIR)/include/uapi/elphel #CFLAGS += -Wall -I$(ELPHEL_KERNEL_DIR)/include/uapi/elphel
CFLAGS += -Wall -I$(STAGING_DIR_HOST)/usr/include-uapi/elphel
all: $(PROGS) all: $(PROGS)
...@@ -13,3 +15,7 @@ $(PROGS): $(OBJS) ...@@ -13,3 +15,7 @@ $(PROGS): $(OBJS)
$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@ $(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@
clean: clean:
rm -rf $(PROGS) *.o core rm -rf $(PROGS) *.o core
#TODO: implement automatic dependencies!
imgsrv.c:$(STAGING_DIR_HOST)/usr/include-uapi/elphel/x393_devices.h
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment