]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/config.mk
sandbox: Fix building with LLVM
[karo-tx-uboot.git] / arch / sandbox / config.mk
index b05a90fb18593b79656b2109d80b847bcc93af47..16fd6d508a9322ed5bf68db1b5769cea3b4c9e35 100644 (file)
@@ -16,7 +16,7 @@ PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
 endif
 endif
 
-cmd_u-boot__ = $(CC) -o $@ -T u-boot.lds \
+cmd_u-boot__ = $(CC) -o $@ -Wl,-T u-boot.lds \
        -Wl,--start-group $(u-boot-main) -Wl,--end-group \
        $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map