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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [OpenRISC_SIM_GCC/] [drivers/] [Makefile] - Diff between revs 623 and 800

Show entire file | Details | Blame | View Log

Rev 623 Rev 800
Line 1... Line 1...
include ../Makefile.inc
include ../Makefile.inc
 
 
INCDIR  = -I../arch
INCDIR  = -I../arch
CFLAGS  += $(INCDIR) -g
CFLAGS  += $(INCDIR) -g
 
 
SRC_C = uart.c gpio.c
SRC_C = uart.c gpio.c dma.c
SRC_S =
SRC_S =
 
 
OBJ_C = $(SRC_C:.c=.o)
OBJ_C = $(SRC_C:.c=.o)
OBJ_S = $(SRC_S:.S=.o)
OBJ_S = $(SRC_S:.S=.o)
OBJS  = $(OBJ_C) $(OBJ_S)
OBJS  = $(OBJ_C) $(OBJ_S)

powered by: WebSVN 2.1.0

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