您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112
  1. # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $
  2. lib_LTLIBRARIES = libkernel.la
  3. libkernel_la_SOURCES = \
  4. kernel.c \
  5. kernel.h \
  6. multiboot.S \
  7. multiboot.h \
  8. $(NULL)
  9. libkernel_la_LDFLAGS = -no-undefined