Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
-
- include $(top_srcdir)/build/autotools/common.am
-
- EXTRA_DIST = bootsect.S
-
- lib_LTLIBRARIES = $(libkernel_la)
-
- if USE_KERNEL
- libkernel_la = libkernel.la
- endif
-
- libkernel_la_SOURCES = \
- kernel.c \
- kernel.h \
- multiboot.h \
- $(NULL)
- libkernel_la_LDFLAGS = -no-undefined
-
- clean: clean-local
- clean-local:
- rm -f bootsect.bin kern.bin kernel.map
|