OpenCores
URL https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [soft/] [linux/] [exam/] [Makefile] - Diff between revs 6 and 54

Show entire file | Details | Blame | View Log

Rev 6 Rev 54
Line 11... Line 11...
 
 
CC = $(CROSS_COMPILE)g++
CC = $(CROSS_COMPILE)g++
LD = $(CROSS_COMPILE)g++
LD = $(CROSS_COMPILE)g++
 
 
CFLAGS := -D__LINUX__ -g -Wall -I../driver/pexdrv -I../common/board -I../common/utils
CFLAGS := -D__LINUX__ -g -Wall -I../driver/pexdrv -I../common/board -I../common/utils
LFLAGS = -Wl
LFLAGS +=
 
 
$(TARGET_NAME): $(patsubst %.cpp,%.o, $(wildcard *.cpp))
$(TARGET_NAME): $(patsubst %.cpp,%.o, $(wildcard *.cpp))
        $(LD) -o $(TARGET_NAME) $(notdir $^) $(LFLAGS)
        $(LD) -o $(TARGET_NAME) $(notdir $^) $(LFLAGS)
        rm -f *.o *~ core
        rm -f *.o *~ core
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.