BigW Consortium Gitlab

Commit ba81a223 by Shikai Chen

fix Makefile bugs

parent 4427eac6
......@@ -6,7 +6,8 @@
# NOTE: do not alter the order of the folders, they are arranged based on the dependencies
SUBDIRS:= infra \
deps-wraps \
rpusbdisp-drv
rpusbdisp-drv \
demo
.PHONY: all clean install listsubs
......
......@@ -27,7 +27,7 @@ additional_clean:
rm -f $(DYNAMIC_DEST)
install: $(DYNAMIC_DEST)
install -m 0755 $(DYNAMIC_DEST) $(PREFIX)/bin
install -m 0755 $(DYNAMIC_DEST) $(PREFIX)/lib
tar cf - include | (cd $(PREFIX); tar xf -)
include $(PRJ_ROOT)/scripts/common.mak
......
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