Now About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
-rw-r--r--src/config_kernel.h (renamed from config_kernel.h)0
-rw-r--r--src/drm.h (renamed from drm.h)0
-rw-r--r--src/drm_mode.h (renamed from drm_mode.h)0
-rw-r--r--src/drvemu.c (renamed from drvemu.c)0
-rw-r--r--src/pvr_ioctl.h (renamed from pvr_ioctl.h)0
-rw-r--r--src/pvr_ioctl.inc (renamed from pvr_ioctl.inc)0
-rw-r--r--src/xf86drm.h (renamed from xf86drm.h)0
8 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index cfb64b5..3ec1eb1 100644
--- a/meson.build
+++ b/meson.build
@@ -14,11 +14,11 @@ incs = [
kmod_dir + '/services4/include/env/linux',
kmod_dir + '/services4/srvkm/devices/sgx',
kmod_dir + '/services4/srvkm/env/linux',
- './'
+ './src'
]
shared_library('drvemu',
- 'drvemu.c',
+ 'src/drvemu.c',
build_by_default: true,
include_directories: incs,
dependencies: dl)
diff --git a/config_kernel.h b/src/config_kernel.h
index 88b7dba..88b7dba 100644
--- a/config_kernel.h
+++ b/src/config_kernel.h
diff --git a/drm.h b/src/drm.h
index 4e4f7c2..4e4f7c2 100644
--- a/drm.h
+++ b/src/drm.h
diff --git a/drm_mode.h b/src/drm_mode.h
index d390011..d390011 100644
--- a/drm_mode.h
+++ b/src/drm_mode.h
diff --git a/drvemu.c b/src/drvemu.c
index 75592f7..75592f7 100644
--- a/drvemu.c
+++ b/src/drvemu.c
diff --git a/pvr_ioctl.h b/src/pvr_ioctl.h
index 5802079..5802079 100644
--- a/pvr_ioctl.h
+++ b/src/pvr_ioctl.h
diff --git a/pvr_ioctl.inc b/src/pvr_ioctl.inc
index 094299f..094299f 100644
--- a/pvr_ioctl.inc
+++ b/src/pvr_ioctl.inc
diff --git a/xf86drm.h b/src/xf86drm.h
index 1bc6e22..1bc6e22 100644
--- a/xf86drm.h
+++ b/src/xf86drm.h