|
@@ -252,10 +252,10 @@ $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c
|
|
|
|
|
|
LIB_FILE=$(OUTPUT)libperf.a
|
|
|
|
|
|
-LIB_H += ../../include/linux/perf_event.h
|
|
|
+LIB_H += ../../include/uapi/linux/perf_event.h
|
|
|
LIB_H += ../../include/linux/rbtree.h
|
|
|
LIB_H += ../../include/linux/list.h
|
|
|
-LIB_H += ../../include/linux/const.h
|
|
|
+LIB_H += ../../include/uapi/linux/const.h
|
|
|
LIB_H += ../../include/linux/hash.h
|
|
|
LIB_H += ../../include/linux/stringify.h
|
|
|
LIB_H += util/include/linux/bitmap.h
|