bmartini / zynq-xdma

Linux Driver for the Zynq FPGA DMA engine
87 stars 38 forks source link

Suggested updates to demo/Makefile #8

Open hancockjr opened 8 years ago

hancockjr commented 8 years ago
-CC = gcc
-LDFLAGS := -lxdma
+CC = ${CROSS_COMPILE}gcc
+LDFLAGS := -L../lib -lxdma
 CFLAGS := -c -Wall
-INCLUDES := -I. -I../dev
+INCLUDES := -I. -I../dev -I../lib
hancockjr commented 8 years ago

Never mind. I didn't realize you intended to compile on the target hardware.