repo.or.cz
/
usb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched: s/sched_latency/sched_min_granularity
[usb.git]
/
arch
/
x86_64
/
boot
/
Makefile
blob
67096389de1f1f7d1323f9ef6bead27e284c742c
1
#
2
# arch/x86_64/boot/Makefile
3
#
4
# The actual boot code is shared with i386 including the Makefile.
5
# So tell kbuild that we fetch the code from i386 and include the
6
# Makefile from i386 too.
7
8
src
:=
arch
/
i386
/
boot
9
include
$(
src
)/
Makefile