14 lines
189 B
Makefile
14 lines
189 B
Makefile
# $Revision: 1.4 $
|
|
#
|
|
include ../commondefs
|
|
|
|
CFILES= dma.c
|
|
TARGETS= dma
|
|
|
|
include ../commonrules
|
|
|
|
dma: ${OBJECTS} ${LIBEFS}
|
|
${CCF} ${OBJECTS} ${LIBEFS} ${LDFLAGS} -o $@
|
|
|
|
install: ${TARGETS}
|