1 # Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
12 # programs, flags, etc.
14 CFLAGS
= -I
$i $(CPROFILE
)
23 $(CC
) -o
$@
$(LDFLAGS
) $(OBJ
) $(LIBS
)
24 install -S
8k
$(DRIVER
)
26 # install with other drivers
27 install: /usr
/sbin
/$(DRIVER
)
28 /usr
/sbin
/$(DRIVER
): $(DRIVER
)
29 install -o root
-cs
$?
$@
31 # clean up local files
33 rm -f
*.o
*.bak
$(DRIVER
)
36 mkdep
"$(CC) -E $(CPPFLAGS)" *.c
> .depend
38 # Include generated dependencies.