Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 962) sorted by relevance

12345678910>>...39

/linux-2.4.37.9/Documentation/kbuild/
Dcommands.txt19 make config
20 make dep
21 make bzImage
23 Instead of 'make config', you can run 'make menuconfig' for a full-screen
24 text interface, or 'make xconfig' for an X interface using TCL/TK.
26 'make bzImage' will leave your new kernel image in arch/i386/boot/bzImage.
27 You can also use 'make bzdisk' or 'make bzlilo'.
32 Some computers won't work with 'make bzImage', either due to hardware
34 is small, you may use 'make zImage', 'make zdisk', or 'make zlilo'
55 make config, make oldconfig, make menuconfig, make xconfig
[all …]
Dbug-list.txt13 on, do a 'make dep' followed by 'make clean' before you try anything
16 - 'make dep' uses multistage dependencies, so the .hdepend file contains
21 - 'make dep' fails for C files which include other C files, such as
Dmakefiles.txt23 6.3 Rules.make section
25 7 Rules.make variables
47 Rules.make: the common rules for all subdirectory Makefiles.
65 includes the common rules in Rules.make.
67 Rules.make defines rules which are common to all the subdirectory
78 "make menuconfig" or "make bzImage". They usually do not read or edit
86 public interface for Rules.make.
158 make ARCH=m68k ...
164 $(TOPDIR)/Rules.make.
201 These variables specify the commands and flags that Rules.make
[all …]
/linux-2.4.37.9/Documentation/sound/
DINSTALL.awe30 2. If you have never configured the kernel tree yet, run make config
31 once (to make dependencies and symlinks).
34 # make xconfig
44 # make xconfig (or make menuconfig)
48 # make config
56 5a. make kernel image
57 # make zImage
59 5b. make modules and install them
60 # make modules && make modules_install
121 device file, make it according to Readme.linux file on
DCMI833828 4. Config cm8338 driver by 'make menuconfig', 'make config' or
29 'make xconfig' command.
37 7. Compile the modules by 'make modules'.
39 8. Install the modules by 'make modules_install'
DOPL3-SA13 CONFIG_SOUND_OPL3SA1=y through 'make config/xconfig/menuconfig'.
36 If you'd like to use the OPL3 FM Synthesizer, make sure you enable
37 CONFIG_SOUND_YM3812 (in 'make config'). That'll build the opl3.o module.
44 Say 'y' or 'm' to "SoftOSS software wave table engine" in make config.
/linux-2.4.37.9/Documentation/arm/SA1100/
DHUW_WEBPANEL7 make huw_webpanel_config
8 make oldconfig
10 make dep
11 make zImage
DPangolin9 make pangolin_config
10 make oldconfig
11 make dep
12 make zImage
DCERF27 make cerf_config
28 make xconfig
29 make dep
30 make zImage
DBrutus8 make brutus_config
9 make config
11 make dep
12 make zImage
DItsy15 To build, do a "make menuconfig" (or xmenuconfig) and select Itsy support.
16 Disable Flash and LCD support. and then do a make dep and a make zImage.
17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
/linux-2.4.37.9/Documentation/
Dsmp.txt10 edit linux/Makefile and change "MAKE=make" to "MAKE=make -jN"
17 make config
18 time -v sh -c 'make dep ; make clean install modules modules_install'
Dmodules.txt25 make config
26 make dep
27 make clean
28 make zImage or make zlilo
30 In "make config", you select what you want to include in the "resident"
43 the option "m" in "make config" for those features that the current kernel
47 the kernel version. This option can be selected during "make config", by
85 make modules
92 make modules_install
180 automatically. Just answer "Y" to CONFIG_KERNELD in "make config",
[all …]
Dkernel-doc-nano-HOWTO.txt51 subsystems (see Documentation/DocBook/*.tmpl), just type 'make
52 psdocs', or 'make pdfdocs', or 'make htmldocs', depending on your
54 'make sgmldocs' and then use DocBook tools to convert
56 'db2html ...' if 'make htmldocs' was not defined).
131 How to make new SGML template files
Dusing-newer-gcc.txt132 $ make -j 4
144 $ sudo make install INSTALL_PROGRAM='${INSTALL} -s'
161 The compiler just has to be passed to "make" via the "CC" variable for all
164 $ make CC=/opt/kgcc/bin/kernel-gcc -j 4 dep bzImage modules
165 $ sudo make CC=/opt/kgcc/bin/kernel-gcc modules_install install
169 $ make CC=kernel-gcc -j 4 dep bzImage modules
170 $ sudo make CC=kernel-gcc -j 4 modules_install install
172 Note: make modules_install needs a 2.4-compatible depmod. If your distro is
176 variable during make modules_install if you know where to find a good
Dcomputone.txt55 b) Run "make config" or "make menuconfig" or "make xconfig"
63 d) Run "make dep"
64 e) Run "make modules"
65 f) Run "make modules_install"
74 b) Run "make config" or "make menuconfig" or "make xconfig"
80 d) Run "make dep"
81 e) Run "make zImage" or whatever target you prefer.
135 kernel. This is selected as for other drivers through the `make config`
179 make depend
180 make zlilo (or whatever you do to create a bootable kernel)
[all …]
/linux-2.4.37.9/net/netrom/
Daf_netrom.c830 struct sock *make; in nr_rx_frame() local
940 if (sk == NULL || sk->ack_backlog == sk->max_ack_backlog || (make = nr_make_new(sk)) == NULL) { in nr_rx_frame()
947 skb->sk = make; in nr_rx_frame()
948 make->state = TCP_ESTABLISHED; in nr_rx_frame()
951 make->protinfo.nr->source_addr = *dest; in nr_rx_frame()
952 make->protinfo.nr->dest_addr = *src; in nr_rx_frame()
953 make->protinfo.nr->user_addr = *user; in nr_rx_frame()
955 make->protinfo.nr->your_index = circuit_index; in nr_rx_frame()
956 make->protinfo.nr->your_id = circuit_id; in nr_rx_frame()
960 make->protinfo.nr->my_index = circuit / 256; in nr_rx_frame()
[all …]
/linux-2.4.37.9/
DREADME46 After installation, "make psdocs", "make pdfdocs", or "make htmldocs"
76 the backup files (xxx~ or xxx.orig), and make sure that there are no
93 make mrproper
110 - Do a "make config" to configure the basic kernel. "make config" needs
118 new version with minimal work, use "make oldconfig", which will
122 "make menuconfig" Text based color menus, radiolists & dialogs.
123 "make xconfig" X windows based configuration tool.
124 "make oldconfig" Default all questions based on the contents of
127 NOTES on "make config":
128 - having unnecessary drivers will make the kernel bigger, and can
[all …]
/linux-2.4.37.9/Documentation/cdrom/
Dgscd35 Then go back to '/usr/src/linux/' and 'make config' to build the new
40 Now start compiling the kernel with 'make dep ; make zImage'.
41 If you want to use the driver as a module, you have to do 'make modules'
42 and 'make modules_install', additionally.
43 Install your new kernel as usual - maybe you do it with 'make zlilo'.
DMakefile4 make clean
13 make sortofclean
/linux-2.4.37.9/net/rose/
Daf_rose.c933 struct sock *make; in rose_rx_call_request() local
956 if (sk == NULL || sk->ack_backlog == sk->max_ack_backlog || (make = rose_make_new(sk)) == NULL) { in rose_rx_call_request()
961 skb->sk = make; in rose_rx_call_request()
962 make->state = TCP_ESTABLISHED; in rose_rx_call_request()
964 make->protinfo.rose->lci = lci; in rose_rx_call_request()
965 make->protinfo.rose->dest_addr = facilities.dest_addr; in rose_rx_call_request()
966 make->protinfo.rose->dest_call = facilities.dest_call; in rose_rx_call_request()
967 make->protinfo.rose->dest_ndigis = facilities.dest_ndigis; in rose_rx_call_request()
969 make->protinfo.rose->dest_digis[n] = facilities.dest_digis[n]; in rose_rx_call_request()
970 make->protinfo.rose->source_addr = facilities.source_addr; in rose_rx_call_request()
[all …]
/linux-2.4.37.9/arch/mips/lasat/
DMakefile19 include $(TOPDIR)/Rules.make
22 make -C image clean
/linux-2.4.37.9/net/x25/
Daf_x25.c765 struct sock *make; in x25_rx_call_request() local
812 if ((make = x25_make_new(sk)) == NULL) { in x25_rx_call_request()
822 skb->sk = make; in x25_rx_call_request()
823 make->state = TCP_ESTABLISHED; in x25_rx_call_request()
825 make->protinfo.x25->lci = lci; in x25_rx_call_request()
826 make->protinfo.x25->dest_addr = dest_addr; in x25_rx_call_request()
827 make->protinfo.x25->source_addr = source_addr; in x25_rx_call_request()
828 make->protinfo.x25->neighbour = neigh; in x25_rx_call_request()
829 make->protinfo.x25->facilities = facilities; in x25_rx_call_request()
830 make->protinfo.x25->vc_facil_mask = sk->protinfo.x25->vc_facil_mask; in x25_rx_call_request()
[all …]
/linux-2.4.37.9/net/ax25/
Dax25_in.c221 struct sock *make; in ax25_rcv() local
385 if (sk->ack_backlog == sk->max_ack_backlog || (make = ax25_make_new(sk, ax25_dev)) == NULL) { in ax25_rcv()
391 ax25 = make->protinfo.ax25; in ax25_rcv()
392 skb_set_owner_r(skb, make); in ax25_rcv()
395 make->state = TCP_ESTABLISHED; in ax25_rcv()
396 make->pair = sk; in ax25_rcv()
/linux-2.4.37.9/Documentation/networking/
DTODO8 * Audit all net drivers to make sure magic packet / wake-on-lan /
11 * Audit all net drivers to make sure the module always prints out a

12345678910>>...39