Skip to content
Snippets Groups Projects
Commit 4c7cffb3 authored by Lucas Russo's avatar Lucas Russo
Browse files

kernel/pcie-driver/Makefile: redirect targets to foreign/pcie-driver

parent 71585b03
Branches
Tags
No related merge requests found
MAKE = make
PCIE_DRIVER_DIR = ../../foreign/pcie-driver
%:
$(MAKE) -C $(PCIE_DRIVER_DIR) $@
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