選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

23 行
343 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. EXTRA_DIST = bootsect.S
  3. lib_LTLIBRARIES = $(libkernel_la)
  4. if USE_KERNEL
  5. libkernel_la = libkernel.la
  6. endif
  7. libkernel_la_SOURCES = \
  8. kernel.c \
  9. kernel.h \
  10. multiboot.h \
  11. $(NULL)
  12. libkernel_la_LDFLAGS = -no-undefined
  13. clean: clean-local
  14. clean-local:
  15. rm -f bootsect.bin kern.bin kernel.map