repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git]
/
tools
/
laptop
/
dslm
/
Makefile
blob
ff613b31730b346de6b3306389493fa59b93f267
1
CC
:= $(
CROSS_COMPILE
)
gcc
2
CFLAGS
:= -
I..
/
..
/
usr
/
include
3
4
PROGS
:=
dslm
5
6
all
: $(
PROGS
)
7
8
clean
:
9
rm
-
fr
$(
PROGS
)