File: Makefile.kbuild

package info (click to toggle)
rtai 3.1.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 23,560 kB
  • ctags: 19,698
  • sloc: ansic: 88,861; cpp: 31,340; tcl: 14,684; sh: 10,652; xml: 760; yacc: 575; lex: 537; makefile: 394; asm: 310; php: 300; perl: 108
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
EXTRA_CFLAGS += -I$(rtai_srctree)/rtai-core/include \
		-I$(src)/../include \
		-I$(src)/../.. \
		-D__IN_RTAI__

obj-m += rtai_malloc.o

rtai_malloc-objs := $(rtai_objs)