File: makefile

package info (click to toggle)
mtd 20011217-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,492 kB
  • ctags: 5,061
  • sloc: ansic: 47,418; asm: 706; sh: 693; makefile: 319; cpp: 68
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# This is the kernel makefile, it is not used when compiling modules outside
# the kernel tree.

O_TARGET := ffs2.o
O_OBJS   := super.o io.o
MI_OBJS   := $(O_TARGET)
	    
include $(TOPDIR)/Rules.make