Hi, I am trying to develop a device driver to get access to a PCI card. The device driver code example shipped with my dragon board seems like a good start point.
There are these file: DragonPCI.c DragonPCI.h ioctl.h MAKEFILE and Sources inside Driver WDM source folder. But how would I compile these codes to get .sys and .inf file. I tried the gnu make command but it says that no makefile found.
Thx.