You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
209 B

  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