Squash commits for public release
This commit is contained in:
13
Software/Linux_App_Driver/Makefile
Normal file
13
Software/Linux_App_Driver/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
obj-m := xilinx_pci_driver.o
|
||||
|
||||
XILINX_PCI_DRIVER_HOME := $(shell pwd)
|
||||
|
||||
XILINX_PCI_DRIVER_KVER := $(shell uname -r)
|
||||
|
||||
all:
|
||||
make -C /lib/modules/$(XILINX_PCI_DRIVER_KVER)/build M=$(XILINX_PCI_DRIVER_HOME) modules
|
||||
g++ ui.cpp -o ui -pthread
|
||||
clean:
|
||||
make -C /lib/modules/$(XILINX_PCI_DRIVER_KVER)/build M=$(XILINX_PCI_DRIVER_HOME) clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user