Blame view

kernel/linux-imx6_3.14.28/drivers/lguest/Makefile 1.17 KB
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  # Guest requires the device configuration and probing code.
  obj-$(CONFIG_LGUEST_GUEST) += lguest_device.o
  
  # Host requires the other files, which can be a module.
  obj-$(CONFIG_LGUEST)	+= lg.o
  lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
  	segments.o lguest_user.o
  
  lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o
  
  Preparation Preparation!: PREFIX=P
  Guest: PREFIX=G
  Drivers: PREFIX=D
  Launcher: PREFIX=L
  Host: PREFIX=H
  Switcher: PREFIX=S
  Mastery: PREFIX=M
  Beer:
  	@for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}"
  Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery:
  	@sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
  Puppy:
  	@clear
  	@printf "      __  
   (___()'\`;
   /,    /\`
   \\\\\\\"--\\\\\\   
  "
  	@sleep 2; clear; printf "
  
     Sit!
  
  "; sleep 1; clear
  	@printf "    __    
     ()'\`;  
     /\\|\` 
    /  |  
  (/_)_|_   
  "
  	@sleep 2; clear; printf "
  
    Stand!
  
  "; sleep 1; clear
  	@printf "    __    
     ()'\`;  
     /\\|\` 
    /._.= 
   /| /     
  (_\_)_    
  "
  	@sleep 2; clear; printf "
  
    Good puppy!
  
  "; sleep 1; clear