File: makefile

package info (click to toggle)
mtd 20050122-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,244 kB
  • ctags: 9,869
  • sloc: ansic: 97,013; asm: 1,055; sh: 558; makefile: 356; 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