]>
Git Repo - linux.git/blame_incremental - fs/cramfs/Makefile
... / ...
Commit | Line | Data |
| 1 | # |
| 2 | # Makefile for the linux cramfs routines. |
| 3 | # |
| 4 | |
| 5 | obj-$(CONFIG_CRAMFS) += cramfs.o |
| 6 | |
| 7 | cramfs-objs := inode.o uncompress.o |
This page took 0.0291 seconds and 4 git commands to generate.