- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / fs / coda / Makefile
blobe169867eeaf13f16e0a8b64d748b0f064b6ab248
2 # Makefile for the Linux Coda filesystem routines.
5 O_TARGET := coda.o
7 obj-y := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o coda_linux.o\
8 symlink.o pioctl.o sysctl.o
9 obj-m := $(O_TARGET)
11 # If you want debugging output, please uncomment the following line.
13 # EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1
15 include $(TOPDIR)/Rules.make