You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
344 B
19 lines
344 B
15 years ago
|
if include_kmilo_powerbook
|
||
|
POWERBOOK_SUBDIR=powerbook
|
||
|
endif
|
||
|
|
||
|
if include_kmilo_pbb
|
||
|
POWERBOOK2_SUBDIR=powerbook2
|
||
|
endif
|
||
|
|
||
|
if include_kmilo_kvaio
|
||
|
KVAIO_SUBDIR=kmilo_kvaio
|
||
|
endif
|
||
|
|
||
|
if include_kmilo_delli8k
|
||
|
KDELLI8k_SUBDIR=delli8k
|
||
|
endif
|
||
|
|
||
|
|
||
|
SUBDIRS=kmilod $(POWERBOOK_SUBDIR) $(POWERBOOK2_SUBDIR) $(KVAIO_SUBDIR) generic thinkpad asus $(KDELLI8k_SUBDIR)
|