x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / tools / laptop / dslm / Makefile
blobff613b31730b346de6b3306389493fa59b93f267
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
4 PROGS := dslm
6 all: $(PROGS)
8 clean:
9 rm -fr $(PROGS)