/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-09 15:55:27 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: csa@dside.dyndns.org-20110309155527-7ui77xsz2f7ms0b8
Support for FPGA registers

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
###############################################################
14
14
# Target definitions
15
15
 
16
 
OBJECTS = pci.o ipecamera.o tools.o
 
16
OBJECTS = pci.o ipecamera.o default.o tools.o
17
17
 
18
18
libpcilib.so: $(OBJECTS)
19
19
        echo -e "LD \t$@"