Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | # Initialization files |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../.. |
||
5 | endif |
||
6 | include $(BASE)/config/config.mk |
||
7 | |||
8 | OBJS_PATH = $(BASE)/kernel/init |
||
9 | |||
10 | OBJS = init1.o \ |
||
11 | init2.o \ |
||
12 | init3.o \ |
||
13 | init4.o \ |
||
14 | init5.o \ |
||
15 | init6.o \ |
||
16 | initblk.o \ |
||
17 | initfs.o \ |
||
18 | initg.o \ |
||
19 | hartik3.o \ |
||
20 | h3pips.o \ |
||
21 | rm1.o \ |
||
22 | h3pi.o \ |
||
23 | pinit.o \ |
||
24 | h3piss.o |
||
25 | |||
26 | include $(BASE)/config/objs.mk |
||
27 |