Commit d8d541d7 authored by Federico Vaga's avatar Federico Vaga

Merge branch '32-fix-header-file-directory-name' into 'master'

Resolve "Fix header file directory name"

Closes #32

See merge request be-cem-edl/fec/hardware-modules/fmc-delay-1ns-8cha!23
parents 28563a92 cfeb1a08
......@@ -76,11 +76,11 @@ libdir ?= $(prefix)/lib
includedir ?= $(prefix)/include
install: $(LIB) $(LIBS) $(LIBS_XYZ)
mkdir -m 0775 -p $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)/fmc-delay
mkdir -m 0775 -p $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)/fmc-fine-delay
install -D -t $(DESTDIR)$(libdir) -m 0644 $(LIB)
install -D -t $(DESTDIR)$(libdir) -m 0755 $(LIBS_XYZ)
install -D -t $(DESTDIR)$(includedir)/fmc-delay -m 0644 fdelay-lib.h
install -D -t $(DESTDIR)$(includedir)/fmc-delay -m 0644 ../kernel/fine-delay.h
install -D -t $(DESTDIR)$(includedir)/fmc-fine-delay -m 0644 fdelay-lib.h
install -D -t $(DESTDIR)$(includedir)/fmc-fine-delay -m 0644 ../kernel/fine-delay.h
cp -d $(LIBS) $(DESTDIR)$(libdir)
modules_install:
......
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