File: MiniOS.mk

package info (click to toggle)
xen 4.4.1-9
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 35,032 kB
  • sloc: ansic: 407,163; python: 53,506; sh: 9,487; asm: 6,944; makefile: 5,716; ml: 4,138; perl: 2,990; lex: 311; pascal: 252; yacc: 43; xml: 35
file content (9 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
include $(XEN_ROOT)/config/StdGNU.mk
include $(XEN_ROOT)/extras/mini-os/Config.mk
CFLAGS += $(DEF_CFLAGS) $(ARCH_CFLAGS)
CPPFLAGS += $(DEF_CPPFLAGS) $(ARCH_CPPFLAGS) $(extra_incl)
ASFLAGS += $(DEF_ASFLAGS) $(ARCH_ASFLAGS)
LDFLAGS += $(DEF_LDFLAGS) $(ARCH_LDFLAGS)

# Override settings for this OS
PTHREAD_LIBS =