Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/drm rename CONFIG_AARCH64 to CONFIG_AR...



details:   https://anonhg.NetBSD.org/src/rev/0ec717a145a9
branches:  trunk
changeset: 366291:0ec717a145a9
user:      tnn <tnn%NetBSD.org@localhost>
date:      Sun May 22 00:10:56 2022 +0000

description:
rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expects

diffstat:

 sys/external/bsd/drm2/drm/files.drmkms |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4ffe19bf50e2 -r 0ec717a145a9 sys/external/bsd/drm2/drm/files.drmkms
--- a/sys/external/bsd/drm2/drm/files.drmkms    Sat May 21 23:42:13 2022 +0000
+++ b/sys/external/bsd/drm2/drm/files.drmkms    Sun May 22 00:10:56 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.drmkms,v 1.72 2021/12/21 12:55:23 tnn Exp $
+#      $NetBSD: files.drmkms,v 1.73 2022/05/22 00:10:56 tnn Exp $
 
 version        20180827
 
@@ -39,7 +39,7 @@
 elifdef arm
 makeoptions    drmkms  CPPFLAGS+="-DCONFIG_ARM"
 elifdef aarch64
-makeoptions    drmkms  CPPFLAGS+="-DCONFIG_AARCH64"
+makeoptions    drmkms  CPPFLAGS+="-DCONFIG_ARM64"
 endif
 
 makeoptions    drmkms  CPPFLAGS+="-DCONFIG_BACKLIGHT_CLASS_DEVICE=0"



Home | Main Index | Thread Index | Old Index