tools/llvm: Do not build with symbols
[minix3.git] / minix / drivers / bus / Makefile
blobe7c956d53f6283f8194aa0533a203eb1110b185c
1 .include <bsd.own.mk>
3 .if ${MKIMAGEONLY} == "no"
4 . if ${MACHINE_ARCH} == "i386"
5 SUBDIR+= ti1225
6 . endif # ${MACHINE_ARCH} == "i386"
8 . if ${MACHINE_ARCH} == "earm"
9 SUBDIR+= i2c
10 . endif # ${MACHINE_ARCH} == "earm"
11 .endif # ${MKIMAGEONLY} == "no"
13 .if ${MACHINE_ARCH} == "i386"
14 SUBDIR+= pci
15 .endif # ${MACHINE_ARCH} == "i386"
17 .include <bsd.subdir.mk>