Last change
on this file since 3109 was
2054,
checked in by Sam Hocevar, 13 years ago
|
- Add Linux 2.6's bootsect.S to fix the sample kernel build.
|
File size:
316 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $ |
---|
2 | |
---|
3 | EXTRA_DIST = bootsect.S |
---|
4 | |
---|
5 | lib_LTLIBRARIES = $(libkernel_la) |
---|
6 | |
---|
7 | if USE_KERNEL |
---|
8 | libkernel_la = libkernel.la |
---|
9 | endif |
---|
10 | |
---|
11 | libkernel_la_SOURCES = \ |
---|
12 | kernel.c \ |
---|
13 | kernel.h \ |
---|
14 | multiboot.S \ |
---|
15 | multiboot.h \ |
---|
16 | $(NULL) |
---|
17 | libkernel_la_LDFLAGS = -no-undefined |
---|
18 | AM_CPPFLAGS = -I$(top_srcdir) |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.