Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/kinit/resume/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File size: 609 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 resume
3 #
4
5 static-y := static/resume
6 shared-y := shared/resume
7
8 # common .o files
9 objs := resume.o resumelib.o
10
11 # TODO - do we want a stripped version
12 # TODO - do we want the static.g + shared.g directories?
13
14 # Create lib.a with all object files (used by kinit)
15 lib-y := $(objs)
16
17 # Additional include paths files
18 KLIBCCFLAGS += -I$(srctree)/$(src)/..
19
20 # .o files used to built executables
21 static/resume-y := $(objs)
22 static/resume-lib := ../lib.a
23 shared/resume-y := $(objs)
24 shared/resume-lib := ../lib.a
25
26 # Cleaning
27 clean-dirs := static shared
28
29 # install binary
30 install-y := $(shared-y)