- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / fs / ramfs / Makefile
blob44ff24f061fc5f5a0a0b07af97b7f0d4b458a0e5
2 # Makefile for the linux ramfs routines.
5 O_TARGET := ramfs.o
7 obj-y := inode.o
8 obj-m := $(O_TARGET)
10 include $(TOPDIR)/Rules.make