Build the SB128/ES137x Driver
[AROS.git] / workbench / mmakefile.src
blob1eeccadece3e18861330571d770b8735a2a3c9b2
1 # $Id$
3 include $(TOP)/config/make.cfg
5 # The workbench target points back to config/$(ARCH)/mmakefile:
6 #MM- workbench : workbench-$(ARCH)-$(CPU)
8 #MM- AROS : workbench-complete
10 #MM- workbench-complete : \
11 #MM         workbench-directories \
12 #MM         workbench-c \
13 #MM         workbench-hidds \
14 #MM         workbench-classes-complete \
15 #MM         workbench-devs-complete \
16 #MM         workbench-fs-complete \
17 #MM         workbench-libs-complete \
18 #MM         workbench-s \
19 #MM         workbench-locale \
20 #MM         workbench-fonts \
21 #MM         workbench-system \
22 #MM         workbench-storage \
23 #MM         workbench-utilities \
24 #MM         workbench-tools \
25 #MM         workbench-prefs \
26 #MM         workbench-fs-fat \
27 #MM         workbench-network \
28 #MM         workbench-rexxc \
29 #MM         kernel-usb-$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU)
31 # These are disk-based hardware drivers.
32 # By default they are built only for native targets, however you can
33 # build and use them also on hosted AROS (e.g. Linux) using tunnelling PCI driver.
35 #MM- workbench-drivers : \
36 #MM    hidd-vmwaresvga   \
37 #MM    hidd-nvidia       \
38 #MM    hidd-radeon       \
39 #MM    hidd-intelg45
40 # Currently excluded because nouveau.hidd uses agp.hidd which fails to build
41 # on architectures other than i386 because of missing Wbinvd() definition
42 ##MM    hidd-nouveau
44 WBSTARTUPDIR := $(AROSDIR)/WBStartup
45 WBSTORAGEDIR := $(AROSDIR)/Storage
46 WBDOSDRIVERDIRS := $(AROSDIR)/Devs/DOSDrivers $(AROSDIR)/Storage/DOSDrivers
48 #MM
49 workbench-directories ::
50     %mkdirs_q $(WBSTARTUPDIR) $(WBSTORAGEDIR) $(WBDOSDRIVERDIRS)
52 #MM- clean : clean-workbench