summaryrefslogtreecommitdiffstats
path: root/package/amd-catalyst
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-21 11:24:48 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-22 15:57:23 +0200
commite2a782241582e9e7725869f35dfbe2d45cf35a3a (patch)
treea0eb11a12628e64783c398caf6d60da7ce37a87f /package/amd-catalyst
parent42ec2bd4a4ec7337c34772559024fcc9e135c898 (diff)
downloadbuildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.tar.gz
buildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.zip
package makefiles: clean up backslash spacing.
The check-package script when ran gave warnings on only using one space before backslashes on all of these makefiles. This patch cleans up all warnings related to the one space before backslashes rule in the make files in the package directory. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/amd-catalyst')
-rw-r--r--package/amd-catalyst/amd-catalyst.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/amd-catalyst/amd-catalyst.mk b/package/amd-catalyst/amd-catalyst.mk
index d4f5d1cc38..b9396e11fa 100644
--- a/package/amd-catalyst/amd-catalyst.mk
+++ b/package/amd-catalyst/amd-catalyst.mk
@@ -23,7 +23,7 @@ endef
ifeq ($(BR2_PACKAGE_AMD_CATALYST_MODULE),y)
AMD_CATALYST_MODULE_SUBDIRS = common/lib/modules/fglrx/build_mod/2.6.x
-AMD_CATALYST_MODULE_MAKE_OPTS = \
+AMD_CATALYST_MODULE_MAKE_OPTS = \
CFLAGS_MODULE="-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space"
define AMD_CATALYST_PREPARE_MODULE
OpenPOWER on IntegriCloud