Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/pci6025e/Makefile/makefile
1,23 → 1,11
# National Instruments PCI6025E Driver
targets:= lib6025e.a
 
ifndef BASE
BASE=../..
endif
lib6026e.a-objs:= \
pci6025e.o \
tim/ \
dac/ \
dio_ppi/ \
adc/
 
include $(BASE)/config/config.mk
exported-cppflags:= -I$(srctree)/drivers/pci6025e/include
 
LIBRARY = 6025e
 
OBJS_PATH = $(BASE)/drivers/pci6025e
 
OBJS = pci6025e.o ./tim/timer.o ./dac/dac.o ./dio_ppi/dio_ppi.o ./adc/adc.o
 
OTHERINCL += -I$(BASE)/drivers/pci6025e/include
 
include $(BASE)/config/lib.mk
 
PCI6025EDIRS := tim dio_ppi dac
PCI6025EOBJS := $(foreach DIR,$(PCI6025EDIRS),$(wildcard $(DIR)/*.o))
 
clean::
rm -f $(PCI6025EOBJS)