Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/kinit/run-init/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File size: 491 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 #
2 # Kbuild file for run-init
3 #
4
5 static-y := static/run-init
6 shared-y := shared/run-init
7
8 # common .o files
9 objs := run-init.o runinitlib.o
10
11 # TODO - do we want a stripped version
12 # TODO - do we want the static.g + shared.g directories?
13
14 # Create built-in.o with all object files (used by kinit)
15 lib-y := $(objs)
16
17 # .o files used to built executables
18 static/run-init-y := $(objs)
19 shared/run-init-y := $(objs)
20
21 # Cleaning
22 clean-dirs := static shared
23
24 # install binary
25 install-y := $(shared-y)