Last change
on this file was
570,
checked in by Sam Hocevar, 16 years ago
|
- Added a conditional to only build the kernel if --enable-vga was set.
|
File size:
261 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $ |
---|
2 | |
---|
3 | lib_LTLIBRARIES = $(libkernel_la) |
---|
4 | |
---|
5 | if USE_KERNEL |
---|
6 | libkernel_la = libkernel.la |
---|
7 | endif |
---|
8 | |
---|
9 | libkernel_la_SOURCES = \ |
---|
10 | kernel.c \ |
---|
11 | kernel.h \ |
---|
12 | multiboot.S \ |
---|
13 | multiboot.h \ |
---|
14 | $(NULL) |
---|
15 | libkernel_la_LDFLAGS = -no-undefined |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.