summaryrefslogtreecommitdiff
path: root/link.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-29 10:23:48 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-29 10:23:48 +0200
commite18e050dfb9a79241bc5169569ce28071353a8c1 (patch)
tree592430e91a3bb42c40b1c388a025e4e4cbd045c9 /link.c
parent4282deb33c39f2990cfd86c3970eecadc56d1abc (diff)
build: Use NACL_{INC,LIB}_DIR set by configure
The environment variables $NACL_INC_DIR/$NACL_LIB_DIR might not always be set, but the configure script will attempt to detect an existing NaCl installation if they aren't. Thus use the $CONFIG_NACL_INC_DIR/$CONFIG_NACL_LIB_DIR variables as emitted by the configure script for the build. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'link.c')
0 files changed, 0 insertions, 0 deletions
vious prototype for 'vfio_platform_amdxgbe_reset' [-Wmissing-prototypes] drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c:60:5: warning: no previous prototype for 'vfio_platform_calxedaxgmac_reset' [-Wmissing-prototypes] .... In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'Documentation/debugging-via-ohci1394.txt')