repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ig4 - Only enable interrupts when we want them. Otherwise keep mask at 0.
[dragonfly.git]
/
sys
/
dev
/
drm
/
Makefile
blob
03069e45f349e5f5c4c45568f87ed3ab9bb04f16
1
SUBDIR
=
drm radeon radeonfw
2
3
.if
${
MACHINE_ARCH
} ==
"x86_64"
4
SUBDIR
+=
i915
5
.
endif
6
7
# empty to allow concurrent building
8
#
9
SUBDIR_ORDERED
=
10
11
.
include
<
bsd.obj.mk
>