diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-16 22:16:16 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-16 22:16:16 +0100 |
commit | 2d42ff1f62c6a8c4585c768b4d9dcc6a9cd95ea1 (patch) | |
tree | 6219eb7674505dae63d23cd646f8eb73eaacc473 | |
parent | ba5fcc8b96a68e35ce52848bb6f482ebf8c584f5 (diff) |
repo: Clean up source organization
-rw-r--r-- | meson.build | 4 | ||||
-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_mode.h b/src/drm_mode.h index d390011..d390011 100644 --- a/drm_mode.h +++ b/src/drm_mode.h 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 |