Print this page
8299 It's time for the old AGP+DRM code to go
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/common/sys/Makefile.syshdrs
+++ new/usr/src/uts/common/sys/Makefile.syshdrs
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 25 # Copyright 2016 Nexenta Systems, Inc.
26 26 #
27 27
28 28 # Common definitions for open and closed headers.
29 29
30 30 # check files really don't exist
31 31
32 32 audio/%.check: audio/%.h
33 33 $(DOT_H_CHECK)
34 34
35 35 av/%.check: av/%.h
36 36 $(DOT_H_CHECK)
37 37
38 38 fm/%.check: fm/%.h
39 39 $(DOT_H_CHECK)
40 40
41 41 fm/cpu/%.check: fm/cpu/%.h
42 42 $(DOT_H_CHECK)
43 43
44 44 fm/fs/%.check: fm/fs/%.h
45 45 $(DOT_H_CHECK)
46 46
47 47 fm/io/%.check: fm/io/%.h
48 48 $(DOT_H_CHECK)
49 49
50 50 fs/%.check: fs/%.h
51 51 $(DOT_H_CHECK)
52 52
53 53 ib/%.check: ib/%.h
54 54 $(DOT_H_CHECK)
55 55
56 56 ib/clients/ibd/%.check: ib/clients/ibd/%.h
57 57 $(DOT_H_CHECK)
58 58
59 59 ib/clients/of/%.check: ib/clients/of/%.h
60 60 $(DOT_H_CHECK)
61 61
62 62 ib/clients/of/rdma/%.check: ib/clients/of/rdma/%.h
63 63 $(DOT_H_CHECK)
64 64
65 65 ib/clients/of/sol_ofs/%.check: ib/clients/of/sol_ofs/%.h
66 66 $(DOT_H_CHECK)
67 67
68 68 ib/clients/of/sol_uverbs/%.check: ib/clients/of/sol_uverbs/%.h
69 69 $(DOT_H_CHECK)
70 70
71 71 ib/clients/of/sol_umad/%.check: ib/clients/of/sol_umad/%.h
72 72 $(DOT_H_CHECK)
73 73
74 74 ib/clients/of/sol_ucma/%.check: ib/clients/of/sol_ucma/%.h
75 75 $(DOT_H_CHECK)
76 76
77 77 ib/ibtl/%.check: ib/ibtl/%.h
78 78 $(DOT_H_CHECK)
79 79
80 80 ib/ibtl/impl/%.check: ib/ibtl/impl/%.h
81 81 $(DOT_H_CHECK)
82 82
83 83 ib/ibnex/%.check: ib/ibnex/%.h
84 84 $(DOT_H_CHECK)
85 85
86 86 ib/mgt/%.check: ib/mgt/%.h
87 87 $(DOT_H_CHECK)
88 88
89 89 ib/mgt/ibmf/%.check: ib/mgt/ibmf/%.h
90 90 $(DOT_H_CHECK)
91 91
92 92 ib/adapters/tavor/%.check: ib/adapters/tavor/%.h
93 93 $(DOT_H_CHECK)
94 94
95 95 ib/adapters/hermon/%.check: ib/adapters/hermon/%.h
96 96 $(DOT_H_CHECK)
97 97
98 98 ib/adapters/%.check: ib/adapters/%.h
99 99 $(DOT_H_CHECK)
100 100
101 101 idm/%.check: idm/%.h
102 102 $(DOT_H_CHECK)
103 103
104 104 iscsit/%.check: iscsit/%.h
105 105 $(DOT_H_CHECK)
106 106
107 107 scsi/%.check: scsi/%.h
108 108 $(DOT_H_CHECK)
109 109
110 110 scsi/conf/%.check: scsi/conf/%.h
111 111 $(DOT_H_CHECK)
112 112
113 113 scsi/generic/%.check: scsi/generic/%.h
114 114 $(DOT_H_CHECK)
115 115
116 116 scsi/impl/%.check: scsi/impl/%.h
117 117 $(DOT_H_CHECK)
118 118
119 119 scsi/targets/%.check: scsi/targets/%.h
120 120 $(DOT_H_CHECK)
121 121
122 122 scsi/adapters/%.check: scsi/adapters/%.h
123 123 $(DOT_H_CHECK)
124 124
125 125 sdcard/%.check: sdcard/%.h
126 126 $(DOT_H_CHECK)
127 127
128 128 sysevent/%.check: sysevent/%.h
129 129 $(DOT_H_CHECK)
130 130
131 131 contract/%.check: contract/%.h
132 132 $(DOT_H_CHECK)
133 133
134 134 usb/%.check: usb/%.h
135 135 $(DOT_H_CHECK)
136 136
137 137 usb/clients/audio/%.check: usb/clients/audio/%.h
138 138 $(DOT_H_CHECK)
139 139
140 140 usb/hubd/%.check: usb/hubd/%.h
141 141 $(DOT_H_CHECK)
142 142
143 143 usb/clients/hid/%.check: usb/clients/hid/%.h
144 144 $(DOT_H_CHECK)
145 145
146 146 usb/clients/mass_storage/%.check: usb/clients/mass_storage/%.h
147 147 $(DOT_H_CHECK)
148 148
149 149 usb/clients/printer/%.check: usb/clients/printer/%.h
150 150 $(DOT_H_CHECK)
151 151
152 152 usb/clients/usbcdc/%.check: usb/clients/usbcdc/%.h
153 153 $(DOT_H_CHECK)
154 154
155 155 usb/clients/video/usbvc/%.check: usb/clients/video/usbvc/%.h
156 156 $(DOT_H_CHECK)
157 157
158 158 usb/clients/usbinput/usbwcm/%.check: usb/clients/usbinput/usbwcm/%.h
159 159 $(DOT_H_CHECK)
160 160
161 161 1394/%.check: 1394/%.h
162 162 $(DOT_H_CHECK)
163 163
164 164 rsm/%.check: rsm/%.h
165 165 $(DOT_H_CHECK)
166 166
↓ open down ↓ |
166 lines elided |
↑ open up ↑ |
167 167 tsol/%.check: tsol/%.h
168 168 $(DOT_H_CHECK)
169 169
170 170 ROOTDIR= $(ROOT)/usr/include/sys
171 171
172 172 ROOTDKTPDIR= $(ROOTDIR)/dktp
173 173
174 174 sparc_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters \
175 175 $(ROOTDIR)/scsi/targets
176 176
177 -i386_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters $(ROOTDIR)/scsi/targets \
178 - $(ROOTDIR)/agp $(ROOTDIR)/sata
177 +i386_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters \
178 + $(ROOTDIR)/scsi/targets \
179 + $(ROOTDIR)/sata
179 180
180 181 ROOTDIRS= \
181 182 $(ROOTDIR) \
182 183 $(ROOTDIR)/audio \
183 184 $(ROOTDIR)/av \
184 185 $(ROOTDIR)/hotplug \
185 186 $(ROOTDIR)/hotplug/pci \
186 187 $(ROOTDIR)/crypto \
187 188 $(ROOTDIR)/dcam \
188 189 $(ROOTDIR)/iso \
189 190 $(ROOTDIR)/fc4 \
190 191 $(ROOTDIR)/fibre-channel \
191 192 $(ROOTDIR)/fibre-channel/impl \
192 193 $(ROOTDIR)/fibre-channel/ulp \
193 194 $(ROOTDIR)/fm \
194 195 $(ROOTDIR)/fm/cpu \
195 196 $(ROOTDIR)/fm/fs \
196 197 $(ROOTDIR)/fm/io \
197 198 $(ROOTDIR)/fs \
198 199 $(ROOTDIR)/ib \
199 200 $(ROOTDIR)/ib/adapters/tavor \
200 201 $(ROOTDIR)/ib/adapters/hermon \
201 202 $(ROOTDIR)/ib/adapters \
202 203 $(ROOTDIR)/ib/ibtl \
203 204 $(ROOTDIR)/ib/ibtl/impl \
204 205 $(ROOTDIR)/ib/mgt \
205 206 $(ROOTDIR)/ib/mgt/ibmf \
206 207 $(ROOTDIR)/ib/ibnex \
207 208 $(ROOTDIR)/ib/clients/ibd \
208 209 $(ROOTDIR)/ib/clients/of \
209 210 $(ROOTDIR)/ib/clients/of/rdma \
210 211 $(ROOTDIR)/ib/clients/of/sol_ofs \
211 212 $(ROOTDIR)/ib/clients/of/sol_uverbs \
212 213 $(ROOTDIR)/ib/clients/of/sol_umad \
213 214 $(ROOTDIR)/ib/clients/of/sol_ucma \
214 215 $(ROOTDIR)/idm \
215 216 $(ROOTDIR)/iscsit \
216 217 $(ROOTDIR)/scsi \
217 218 $(ROOTDIR)/scsi/conf \
218 219 $(ROOTDIR)/scsi/generic \
219 220 $(ROOTDIR)/scsi/impl \
220 221 $(ROOTDIR)/sdcard \
221 222 $(ROOTDIR)/sysevent \
222 223 $(ROOTDIR)/contract \
223 224 $(ROOTDIR)/usb \
224 225 $(ROOTDIR)/usb/hubd \
225 226 $(ROOTDIR)/usb/clients \
226 227 $(ROOTDIR)/usb/clients/audio \
227 228 $(ROOTDIR)/usb/clients/hid \
228 229 $(ROOTDIR)/usb/clients/mass_storage \
229 230 $(ROOTDIR)/usb/clients/printer \
230 231 $(ROOTDIR)/usb/clients/usbcdc \
231 232 $(ROOTDIR)/usb/clients/video/usbvc \
232 233 $(ROOTDIR)/usb/clients/usbinput/usbwcm \
233 234 $(ROOTDIR)/usb/clients/ugen \
234 235 $(ROOTDIR)/1394 \
235 236 $(ROOTDIR)/rsm \
236 237 $(ROOTDIR)/tsol \
237 238 $($(MACH)_ROOTDIRS)
238 239
239 240
240 241 ROOTHDRS= \
241 242 $($(MACH)_HDRS:%=$(ROOTDIR)/%) \
242 243 $(HDRS:%=$(ROOTDIR)/%)
243 244
244 245 ROOTAUDHDRS= $(AUDIOHDRS:%=$(ROOTDIR)/audio/%)
245 246
246 247 ROOTAVHDRS= $(AVHDRS:%=$(ROOTDIR)/av/%)
247 248
248 249 ROOTCRYPTOHDRS= $(CRYPTOHDRS:%=$(ROOTDIR)/crypto/%)
249 250
250 251 ROOTDCAMHDRS= $(DCAMHDRS:%=$(ROOTDIR)/dcam/%)
251 252
252 253 ROOTIBHDRS= $(IBHDRS:%=$(ROOTDIR)/ib/%)
253 254 ROOTIBDHDRS= $(IBDHDRS:%=$(ROOTDIR)/ib/clients/ibd/%)
254 255 ROOTIBTLHDRS= $(IBTLHDRS:%=$(ROOTDIR)/ib/ibtl/%)
255 256 ROOTIBTLIMPLHDRS= $(IBTLIMPLHDRS:%=$(ROOTDIR)/ib/ibtl/impl/%)
256 257 ROOTIBNEXHDRS= $(IBNEXHDRS:%=$(ROOTDIR)/ib/ibnex/%)
257 258 ROOTIBMGTHDRS= $(IBMGTHDRS:%=$(ROOTDIR)/ib/mgt/%)
258 259 ROOTIBMFHDRS= $(IBMFHDRS:%=$(ROOTDIR)/ib/mgt/ibmf/%)
259 260 ROOTOFHDRS= $(OFHDRS:%=$(ROOTDIR)/ib/clients/of/%)
260 261 ROOTRDMAHDRS= $(RDMAHDRS:%=$(ROOTDIR)/ib/clients/of/rdma/%)
261 262 ROOTSOL_OFSHDRS= $(SOL_OFSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ofs/%)
262 263 ROOTSOL_UVERBSHDRS= $(SOL_UVERBSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_uverbs/%)
263 264 ROOTSOL_UMADHDRS= $(SOL_UMADHDRS:%=$(ROOTDIR)/ib/clients/of/sol_umad/%)
264 265 ROOTSOL_UCMAHDRS= $(SOL_UCMAHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ucma/%)
265 266 ROOTTAVORHDRS= $(TAVORHDRS:%=$(ROOTDIR)/ib/adapters/tavor/%)
266 267 ROOTHERMONHDRS= $(HERMONHDRS:%=$(ROOTDIR)/ib/adapters/hermon/%)
267 268 ROOTMLNXHDRS= $(MLNXHDRS:%=$(ROOTDIR)/ib/adapters/%)
268 269
269 270 ROOTIDMHDRS= $(IDMHDRS:%=$(ROOTDIR)/idm/%)
270 271 ROOTISCSITHDRS= $(ISCSITHDRS:%=$(ROOTDIR)/iscsit/%)
271 272
272 273 ROOTISOHDRS= $(ISOHDRS:%=$(ROOTDIR)/iso/%)
273 274
274 275 ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
275 276 ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
276 277 ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
277 278 ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
278 279
279 280 ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
280 281
281 282 ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
282 283 ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)
283 284 ROOTSCSICONFHDRS= $(SCSICONFHDRS:%=$(ROOTDIR)/scsi/conf/%)
284 285 ROOTSCSIGENHDRS= $(SCSIGENHDRS:%=$(ROOTDIR)/scsi/generic/%)
285 286 ROOTSCSIIMPLHDRS= $(SCSIIMPLHDRS:%=$(ROOTDIR)/scsi/impl/%)
286 287 ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
287 288 ROOTSCSICADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
288 289 ROOTSCSIADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
289 290 ROOTSCSIVHCIHDRS= $(SCSIVHCIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
290 291 ROOTSCSIISCSIHDRS= $(SCSIISCSIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
291 292
292 293 ROOTFC4HDRS= $(FC4HDRS:%=$(ROOTDIR)/fc4/%)
293 294 ROOTFCHDRS= $(FCHDRS:%=$(ROOTDIR)/fibre-channel/%)
294 295 ROOTFCIMPLHDRS= $(FCIMPLHDRS:%=$(ROOTDIR)/fibre-channel/impl/%)
295 296 ROOTFCULPHDRS= $(FCULPHDRS:%=$(ROOTDIR)/fibre-channel/ulp/%)
296 297
297 298 ROOTSDCARDHDRS= $(SDCARDHDRS:%=$(ROOTDIR)/sdcard/%)
298 299
299 300 ROOTSYSEVENTHDRS= $(SYSEVENTHDRS:%=$(ROOTDIR)/sysevent/%)
300 301 ROOTCONTRACTHDRS= $(CONTRACTHDRS:%=$(ROOTDIR)/contract/%)
301 302
302 303 ROOTXHDRS= $(XHDRS:%=$(ROOTDIR)/%)
303 304
304 305 ROOTUSBHDRS= $(USBHDRS:%=$(ROOTDIR)/usb/%)
305 306 ROOTUSBAUDHDRS= $(USBAUDHDRS:%=$(ROOTDIR)/usb/clients/audio/%)
306 307 ROOTUSBHUBDHDRS= $(USBHUBDHDRS:%=$(ROOTDIR)/usb/hubd/%)
307 308 ROOTUSBHIDHDRS = $(USBHIDHDRS:%=$(ROOTDIR)/usb/clients/hid/%)
308 309 ROOTUSBMSHDRS= $(USBMSHDRS:%=$(ROOTDIR)/usb/clients/mass_storage/%)
309 310 ROOTUSBPRNHDRS= $(USBPRNHDRS:%=$(ROOTDIR)/usb/clients/printer/%)
310 311 ROOTUSBCDCHDRS= $(USBCDCHDRS:%=$(ROOTDIR)/usb/clients/usbcdc/%)
311 312 ROOTUSBVIDHDRS= $(USBVIDHDRS:%=$(ROOTDIR)/usb/clients/video/usbvc/%)
312 313 ROOTUSBWCMHDRS= $(USBWCMHDRS:%=$(ROOTDIR)/usb/clients/usbinput/usbwcm/%)
313 314 ROOTUGENHDRS= $(UGENHDRS:%=$(ROOTDIR)/usb/clients/ugen/%)
314 315
315 316 ROOT1394HDRS= $(I1394HDRS:%=$(ROOTDIR)/1394/%)
316 317
317 318 ROOTRSMHDRS= $(RSMHDRS:%=$(ROOTDIR)/rsm/%)
318 319
319 320 ROOTSDKTPHDRS= $(SDKTPHDRS:%=$(ROOTDIR)/dktp/%)
320 321 ROOTDKTPHDRS= $(DKTPHDRS:%=$(ROOTDIR)/dktp/%)
321 322 ROOTPCHDRS= $(PCHDRS:%=$(ROOTDIR)/%)
322 323 ROOTHOTPLUGHDRS= $(HOTPLUGHDRS:%=$(ROOTDIR)/hotplug/%)
323 324 ROOTHOTPLUGPCIHDRS= $(HOTPLUGPCIHDRS:%=$(ROOTDIR)/hotplug/pci/%)
324 325
325 326 ROOTTSOLHDRS= $(TSOLHDRS:%=$(ROOTDIR)/tsol/%)
326 327
327 328 sparc_ROOTHDRS= $(ROOTSDKTPHDRS) $(ROOTSCSICADHDRS) $(ROOTSCSITARGETSHDRS) \
328 329 $(ROOTUSBHDRS) $(ROOTUSBHUBDHDRS) \
329 330 $(ROOTUSBAUDHDRS) $(ROOTUSBHIDHDRS) $(ROOTUSBMSHDRS) \
330 331 $(ROOTUSBPRNHDRS) $(ROOTUGENHDRS) $(ROOTUSBVIDHDRS)
331 332
332 333 i386_ROOTHDRS= $(ROOTDKTPHDRS) $(ROOTPCHDRS) $(ROOTSCSITARGETSHDRS) \
333 334 $(ROOTSCSIVHCIHDRS) $(ROOTHOTPLUGHDRS) \
334 335 $(ROOTHOTPLUGPCIHDRS) $(ROOTSATAGENHDRS)
335 336
336 337 # install rules
337 338 $(ROOTDIR)/%: %
338 339 $(INS.file)
339 340
340 341 $(ROOTDIR)/crypto/%: crypto/%
341 342 $(INS.file)
342 343
343 344 $(ROOTDIR)/fc4/%: fc4/%
344 345 $(INS.file)
345 346
346 347 $(ROOTDIR)/fibre-channel/%: fibre-channel/%
347 348 $(INS.file)
348 349
349 350 $(ROOTDIR)/fibre-channel/impl/%: fibre-channel/impl/%
350 351 $(INS.file)
351 352
352 353 $(ROOTDIR)/fibre-channel/ulp/: fibre-channel/ulp/%
353 354 $(INS.file)
354 355
355 356 $(ROOTDIR)/fm/%: fm/%
356 357 $(INS.file)
357 358
358 359 $(ROOTDIR)/fm/cpu/%: fm/cpu/%
359 360 $(INS.file)
360 361
361 362 $(ROOTDIR)/fm/io/%: fm/io/%
362 363 $(INS.file)
363 364
364 365 $(ROOTDIR)/fs/%: fs/%
365 366 $(INS.file)
366 367
367 368 $(ROOTDIR)/ib/%: ib/%
368 369 $(INS.file)
369 370
370 371 $(ROOTDIR)/ib/clients/ibd/%: ib/clients/ibd/%
371 372 $(INS.file)
372 373
373 374 $(ROOTDIR)/ib/clients/of/%: of/%
374 375 $(INS.file)
375 376
376 377 $(ROOTDIR)/ib/clients/of/rdma/%: ib/clients/of/rdma/%
377 378 $(INS.file)
378 379
379 380 $(ROOTDIR)/ib/clients/of/sol_ofs/%: ib/clients/of/sol_ofs/%
380 381 $(INS.file)
381 382
382 383 $(ROOTDIR)/ib/clients/of/sol_uverbs/%: ib/clients/of/sol_uverbs/%
383 384 $(INS.file)
384 385
385 386 $(ROOTDIR)/ib/clients/of/sol_umad/%: ib/clients/of/sol_umad/%
386 387 $(INS.file)
387 388
388 389 $(ROOTDIR)/ib/clients/of/sol_ucma/%: ib/clients/of/sol_ucma/%
389 390 $(INS.file)
390 391
391 392 $(ROOTDIR)/ib/ibtl/%: ib/ibtl/%
392 393 $(INS.file)
393 394
394 395 $(ROOTDIR)/ib/ibtl/impl/%: ib/ibtl/impl/%
395 396 $(INS.file)
396 397
397 398 $(ROOTDIR)/ib/ibnex/%: ib/ibnex/%
398 399 $(INS.file)
399 400
400 401 $(ROOTDIR)/ib/mgt/%: ib/mgt/%
401 402 $(INS.file)
402 403
403 404 $(ROOTDIR)/ib/mgt/ibmf/%: ib/mgt/ibmf/%
404 405 $(INS.file)
405 406
406 407 $(ROOTDIR)/ib/adapters/tavor/%: ib/adapters/tavor/%
407 408 $(INS.file)
408 409
409 410 $(ROOTDIR)/ib/adapters/hermon/%: ib/adapters/hermon/%
410 411 $(INS.file)
411 412
412 413 $(ROOTDIR)/ib/adapters/%: ib/adapters/%
413 414 $(INS.file)
414 415
415 416 $(ROOTDIR)/scsi/%: scsi/%
416 417 $(INS.file)
417 418
418 419 $(ROOTDIR)/scsi/conf/%: scsi/conf/%
419 420 $(INS.file)
420 421
421 422 $(ROOTDIR)/scsi/generic/%: scsi/generic/%
422 423 $(INS.file)
423 424
424 425 $(ROOTDIR)/scsi/impl/%: scsi/impl/%
425 426 $(INS.file)
426 427
427 428 $(ROOTDIR)/scsi/targets/%: scsi/targets/%
428 429 $(INS.file)
429 430
430 431 $(ROOTDIR)/scsi/adapters/%: scsi/adapters/%
431 432 $(INS.file)
432 433
433 434 $(ROOTDIR)/sdcard/%: sdcard/%
434 435 $(INS.file)
435 436
436 437 $(ROOTDIR)/sysevent/%: sysevent/%
437 438 $(INS.file)
438 439
439 440 $(ROOTDIR)/contract/%: contract/%
440 441 $(INS.file)
441 442
442 443 $(ROOTDIR)/usb/%: usb/%
443 444 $(INS.file)
444 445
445 446 $(ROOTDIR)/usb/hubd/%: usb/hubd/%
446 447 $(INS.file)
447 448
448 449 $(ROOTDIR)/usb/clients/hid/%: usb/clients/hid/%
449 450 $(INS.file)
450 451
451 452 $(ROOTDIR)/usb/clients/mass_storage/%: usb/clients/mass_storage/%
452 453 $(INS.file)
453 454
454 455 $(ROOTDIR)/dktp/%: dktp/%
455 456 $(INS.file)
456 457
457 458 $(ROOTDIR)/1394/%: 1394/%
458 459 $(INS.file)
459 460
460 461 $(ROOTDIR)/rsm/%: rsm/%
461 462 $(INS.file)
462 463
463 464 $(ROOTDIR)/tsol/%: tsol/%
464 465 $(INS.file)
465 466
466 467 $(ROOTDIRS):
467 468 $(INS.dir)
468 469
↓ open down ↓ |
280 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX