diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-11-23 16:37:35 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-11-23 16:37:52 +1100 |
commit | 132ac31c08e0f370335ccb26418a6a0944bc47e7 (patch) | |
tree | 2cd76f6e10549729173057d0e41b96cbb0fb16a4 /Makefile | |
parent | 9bc9a6bc734707bfecf58a8c68bab8478c16cae6 (diff) |
Clear LDFLAGS in Makefileguppy_6.99.1guppy/6.99.16.99.1
Need to set, otherwise there is an unrecognized option '-Wl,-01'
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ obj-$(CONFIG_AVIRT_AP_LOOPBACK) += loopback/ ### ifdef PKG_CONFIG_SYSROOT_DIR # AGL SDK kernel src path + LDFLAGS= # Need to set, since unrecognized option '-Wl,-01' KERNEL_SRC=$(PKG_CONFIG_SYSROOT_DIR)/usr/src/kernel else # General Linux distro kernel src path |